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=899&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: 1749417499, nonceStr: '4anRJaedZMPDqTTq', signature: 'afc87b6122bc75afcd78d108660050675dd2a57f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7f191c5b76ac2da9ab35891906dcb158.jpg","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u540c\u805a\u4e2d\u975e\uff0c\u5171\u7b51\u63f4\u975e\u68a6","smalltext":"\u665a\u4e0a9\u70b902\u5206\uff0c\u8d70\u5728\u56de\u9a7b\u5730\u7684\u4e61\u95f4\u5c0f\u8def\u4e0a\uff0c\u5b81\u9759\u7684\u591c\u665a\uff0c\u51c9\u98ce\u4e60\u4e60\uff0c\u4e00\u4e0b\u5b50\u52fe\u8d77\u601d\u4e61\u7684\u60c5\u7eea\u00b7\u00b7\u00b7\u00b7\u00b7\u00b7\u6bcf\u5468\u793c\u62dc\u4e94\u665a\u4e0a\u662f\u6211\u4f8b\u884c\u4e3a\u4e2d\u975e\u5171\u548c\u56fd\u603b\u7edf\u56fe\u74e6\u5fb7\u62c9\u5148\u751f\u4fdd\u5065\u65f6\u95f4\u3002\u4e03\u6708\u7684\u5b63\u8282\u662f\u4e2d\u975e","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=899"}; 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 () { } }); }); }