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=1488&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: 1747189739, nonceStr: 't944fMlm3Fg0FS9s', signature: '951f2b9cdc3763ebc6a329a5137e43e6b254561d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/69b853245f632bd5da5a808a83affc84.jpg","title":"\u5357\u5e73\u5e02\u7b2c\u4e00\u533b\u9662\uff1a\u5927\u7231\u533b\u8005\u90b1\u5fc5\u6210\u201c\u4f60\u4eec\u522b\u628a\u6211\u6d6a\u8d39\u4e86\u201d","smalltext":"\u7167\u7247\u4e2d\u7ad9\u5728\u4e2d\u95f4\u7684\u533b\u751f\u662f\u798f\u5efa\u5357\u5e73\u5e02\u7b2c\u4e00\u533b\u9662\u7684\u9aa8\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u90b1\u5fc5\u6210\uff0c\u62cd\u6444\u8fd9\u5f20\u7167\u7247\u65f6\uff0c\u4ed6\u521a\u5e26\u7740\u52a9\u624b\u5b8c\u6210\u4e00\u53f0\u9ad8\u96be\u5ea6\u7684\u624b\u672f\uff0c\u8c01\u80fd\u60f3\u5230\u6b64\u65f6\u4ed6\u81ea\u5df1\u521a\u521a\u505a\u5b8c\u4e00\u6b21\u5316\u7597\uff1f\u90b1\u5fc5\u62101978\u5e7412\u6708\u51fa","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1488"}; 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 () { } }); }); }