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=2720&classid=5&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: 1716005508, nonceStr: 'TdVhnt4vWrZGsAP0', signature: '9361261cd65e496ebe0cf3744968e62771dd5e00', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u62a4\u58eb\u652f\u63f4\u5165\u5883\u4eba\u5458\u65b0\u51a0\u75c5\u6bd2\u68c0\u6d4b\u91c7\u6837\u5de5\u4f5c","smalltext":"\u5f53\u524d\uff0c\u4e0a\u6d77\u75ab\u60c5\u9632\u63a7\u7684\u91cd\u4e2d\u4e4b\u91cd\u662f\u9632\u6b62\u5883\u5916\u75ab\u60c5\u8f93\u5165\u98ce\u9669\u30023\u670822\u65e5\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u54cd\u5e94\u53f7\u53ec\uff0c\u6d3e\u9063\u62a4\u7406\u90e8\u5b59\u5c9a\u3001\u8521\u91d1\u5cc3\u3001\u738b\u81ea\u519b\u3001\u9ad8\u4f1f4\u540d\u62a4\u58eb\u8d74\u5609\u5b9a\u533a\u91c7\u6837\u70b9\u534f\u52a9\u5f00\u5c55\u5165\u5883\u4eba\u5458\u65b0\u51a0\u75c5\u6bd2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2720"}; 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 () { } }); }); }