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=2185&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: 1749446471, nonceStr: 'ZfebT8RyShm8qEWJ', signature: '0f4462e2f118dfc305e923805d388da88701edca', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u6297\u51fb\u75ab\u60c5\uff0c\u5916\u8bed\u534f\u4f1a\u5728\u884c\u52a8","smalltext":" 2\u670815\u65e5\u81f32\u670829\u65e5\uff0c\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u5916\u8bed\u534f\u4f1a\u79ef\u6781\u54cd\u5e94\u9662\u515a\u653f\u5411\u5168\u9662\u515a\u5458\u5e72\u90e8\u804c\u5de5\u53d1\u51fa\u5171\u540c\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7684\u53f7\u53ec\uff0c\u5f18\u626c\u5fd7\u613f\u670d\u52a1\u7cbe\u795e\uff0c\u4e3a\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u6c47\u805a\u529b\u91cf\u3002\u5916\u8bed","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2185"}; 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 () { } }); }); }