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=856&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: 1749398157, nonceStr: 'Zy7nvynlB2tE19Ag', signature: '43d5d8e34a3c964acac41e26ca66a54302a28333', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/bb13a9f2627f26bb3fa2fe7bc11c6f69.jpg","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662:\u62a4\u58eb\u5728\u516c\u8def\u4e0a\u201c\u6361\u5230\u201d\u4e00\u4f4d\u8001\u7239","smalltext":"7\u670813\u65e5\u4e0a\u5348\uff0c\u4e09\u4f4d\u5bb6\u5c5e\u624b\u6301\u9526\u65d7\u5230\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u5fc3\u5185\u4e94\u79d1\uff0c\u5bfb\u627e\u5f53\u65f6\u7684\u6551\u547d\u6069\u4eba\uff0c\u9773\u6d2a\u8d85\u62a4\u58eb\u70ed\u5fc3\u52a9\u4eba\u7684\u4e8b\u624d\u6d6e\u51fa\u6c34\u9762\u3002\u539f\u6765\uff0c7\u67087\u65e5\u665a\u4e0a8:50\uff0c\u738b\u5148\u751f\u7684\u7236\u4eb2\u50cf\u5f80\u5e38\u4e00\u6837\u8d70\u51fa\u5bb6\u95e8\uff0c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=856"}; 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 () { } }); }); }