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=929&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: 1747101531, nonceStr: '5R6NMYC1Y6SkU6EI', signature: 'bc1177632596d48d6c7dc0b9c949af77908bd461', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/7c92303b9d83215cfaf164e0ce748b7f.png","title":"\u6b66\u660c\u533b\u9662\uff1a\u533b\u751f\u5728\u670b\u53cb\u5708\u91cc\u6652\u51fa\u4e86\u4e00\u679a\u515a\u5fbd","smalltext":" \u201c\u4e00\u4f4d\u8001\u515a\u5458\u7684\u5fc3\u610f\uff0c\u6536\u4e0b\u4e86\uff0c\u7ee7\u7eed\u5168\u5fc3\u5168\u610f\u4e3a\u4eba\u6c11\u670d\u52a1\u201d \u5728\u670b\u53cb\u5708\u91cc\uff0c\u53f6\u533b\u751f\u6652\u51fa\u4e86\u60a3\u8005\u611f\u8c22\u9001\u6765\u7684\u515a\u5fbd\uff0c\u8d62\u6765\u533b\u52a1\u4eba\u5458\u7684\u70b9\u8d5e\u3002\u5bb6\u4f4f\u5f90\u4e1c\u7684\u80e1\u7239\u7239\uff0c\u4eca\u5e7478\u5c81\uff0c\u4e00\u5929\u524d\uff0c\u8001\u4eba\u7a81\u7136\u611f\u5230\u5de6\u4fa7\u777e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=929"}; 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 () { } }); }); }