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=917&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: 1749417711, nonceStr: 'LQ8oEwd7dGQN9bt3', signature: '08b9dd7959ce3cfa36ed89c4d5e12bf093d43039', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/cbfa0aa328959b01b272ee6f6fb04b40.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u5343\u676f\u7231\u5fc3\u7eff\u8c46\u6c64\u4e3a\u533b\u60a3\u6d88\u6691","smalltext":" 7\u670826\u65e5\uff0c\u6b66\u6c49\u6700\u9ad8\u6c14\u6e2938\u2103\u3002\u5f53\u4e00\u5343\u591a\u676f\u7eff\u8c46\u6c64\u51fa\u73b0\u5728\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u7684\u95e8\u8bca\u3001\u75c5\u623f\u548c\u65b0\u5927\u697c\u5de5\u5730\u65f6\uff0c\u533b\u60a3\u548c\u5de5\u4eba\u4eec\u611f\u5230\u4e86\u4e1d\u4e1d\u51c9\u610f\uff0c\u4e5f\u6536\u83b7\u4e86\u6ee1\u6ee1\u7684\u611f\u52a8\u3002 \u201c\u8fd9\u4e48\u70ed\u7684\u5929\uff0c\u533b\u9662\u7ed9","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=917"}; 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 () { } }); }); }