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=3274&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: 1745151345, nonceStr: 'm9ONlkjEUqGbfLEH', signature: '27630999934a80e457390e1db4e4e65b736aaeb8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u4e0d\u662f\u6bcf\u4e00\u6735\u82b1\u90fd\u80fd\u76db\u5f00\u5728\u6208\u58c1","smalltext":"\u80a9\u8d1f\u521d\u5fc3\u4e0e\u4f7f\u547d\uff0c\u7262\u8bb0\u91cd\u6258\u518d\u51fa\u53d1\u30024\u670815\u65e5\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u7cd6\u5c3f\u75c5\u5fc3\u80be\u79d1\u4e3b\u6cbb\u533b\u5e08\u9ad8\u7ea2\u6885\u4f5c\u4e3a\u7b2c\u4e5d\u6279\u63f4\u7586\u5e72\u90e8\u4eba\u624d\u542f\u7a0b\uff0c\u5954\u8d74\u5343\u91cc\u4e4b\u5916\u7684\u82e5\u7f8c\u53bf\u4eba\u6c11\u533b\u9662\u6267\u884c\u533b\u7597\u63f4\u52a9\u670d\u52a1\u3002\u9614\u522b\u4e00\u76f4\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3274"}; 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 () { } }); }); }