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=2702&classid=10&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: 1743767765, nonceStr: 'awLnCCD0a5ijtYOS', signature: 'd7036261a550f9f7c417a642197584a0514579e9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f90\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u627f\u5fb7\u767e\u5e74 \u4ec1\u5fc3\u6d4e\u4e16","smalltext":"\u5f90\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u533b\u9662\u59cb\u5efa\u4e8e\u516c\u51431897\u5e74\uff08\u6e05\u5149\u7eea\u4e8c\u5341\u4e09\u5e74\uff09\uff0c\u8ddd\u4eca\u5df2\u6709123\u5e74\u5386\u53f2\uff0c\u76ee\u524d\u5df2\u53d1\u5c55\u6210\u4e3a\u6dee\u6d77\u7ecf\u6d4e\u533a\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u6025\u6551\u3001\u4fdd\u5065\u3001\u5eb7\u590d\u7b49\u529f\u80fd\u4efb\u52a1\u4e3a\u4e00\u4f53\u7684\u5927\u578b\u7701\u5c5e\u4e09\u7ea7\u7532","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2702"}; 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 () { } }); }); }