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=2175&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: 1749442788, nonceStr: 'sKy8YIdA0u0n7Aao', signature: '4902c4153c5f370aaf4ae753bc1cec4bd683e2d9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u77f3\u7231\u5eb7\u533b\u9662\uff1a\u505a\u6025\u6551\u6c14\u7ba1\u63d2\u7ba1\u524d \u5979\u8131\u4e0b\u62a4\u76ee\u955c\u7ed9\u4e86\u6211","smalltext":"\u201c\u771f\u7684\u5f88\u611f\u8c22\u6c5f\u82cf\u4e00\u4f4d\u62a4\u58eb\u8001\u5e08\uff0c\u867d\u7136\u81f3\u4eca\u6211\u4e0d\u77e5\u9053\u5979\u53eb\u4ec0\u4e48\u540d\u5b57\u3002\u201d3\u67081\u65e5\uff0c\u9ec4\u77f3\u7231\u5eb7\u533b\u9662\u9ebb\u9189\u79d1\u4e3b\u4efb\u4f59\u826f\u80dc\u5411\u4e1c\u695a\u665a\u62a5\u8bb0\u8005\u8bf4\u30022\u67081\u65e5\uff0c\u4f5c\u4e3a\u79d1\u5ba4\u4e3b\u8981\u8d1f\u8d23\u4eba\uff0c\u4f59\u826f\u80dc\u4e3b\u52a8\u8bf7\u7f28\u5230\u9ec4\u77f3\u5e02\u4e2d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2175"}; 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 () { } }); }); }