function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=2806&classid=13&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1715838986, nonceStr: 'WlfpcFiGeFkrFdHz', signature: '41f679c62f577d8730556af7320f95ad9d2321d0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u611f\u67d3\u79d1\uff1a\u70b9\u4eae\u6697\u591c\u7684\u90a3\u9053\u5149","smalltext":"\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u611f\u67d3\u79d1\u6210\u7acb\u4e8e1956\u5e74\uff0c\u662f\u533b\u9662\u6700\u8001\u724c\u7684\u91cd\u70b9\u4e13\u79d1\u4e4b\u4e00\u3002\u6570\u5341\u5e74\u6765\uff0c\u5728\u5386\u6b21\u7a81\u53d1\u516c\u5171\u536b\u751f\u4e8b\u4ef6\u5e94\u6025\u6551\u6cbb\u4e2d\uff0c\u611f\u67d3\u79d1\u533b\u62a4\u56e2\u961f\u51dd\u7ec3\u4e86\u4e00\u79cd\u751f\u751f\u4e0d\u606f\u7684\u7cbe\u795e\uff0c\u90a3\u5c31\u662f\u201c\u8d23\u4efb\u4e0e\u62c5\u5f53","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2806"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }