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=1958&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: 1749448102, nonceStr: 'jLB824HvzS7Mgxhg', signature: 'ebf67beef2188fcdf578f7b41bc28618aed1e27b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/368e6d46327c77d1dfd6082c4308d509.jpg","title":"\u8346\u5dde\u5e02\u6c99\u5e02\u533a\u4eba\u6c11\u533b\u9662\uff1a\u9694\u79bb\u4e0d\u9694\u7231\uff0c\u753b\u4e2d\u89c1\u771f\u60c5","smalltext":"\u201c\u867d\u7136\u770b\u4e0d\u6e05\u4f60\u4eec\u7684\u5bb9\u8c8c\u4f46\u6211\u8bb0\u5f97\u4f60\u4eec\u8ba4\u771f\u5de5\u4f5c\u7684\u6837\u5b50\u201d\u201c\u770b\u89c1\u51cc\u6668\u4e0b\u73ed\u540e\uff0c\u62a4\u58eb\u8131\u4e0b\u9632\u62a4\u670d\uff0c\u8138\u4e0a\u6ee1\u662f\u52d2\u75d5\u7684\u7167\u7247\uff0c\u5f53\u65f6\u5374\u89c9\u5f97\u5979\u5f88\u7f8e\uff01\u201d\u4e00\u53e5\u201c\u5979\u5f88\u7f8e\u201d\u5c06\u533b\u60a3\u7684\u5fc3\u7d27\u7d27\u8054\u7cfb\u5728\u4e00\u8d77\u9694\u79bb\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1958"}; 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 () { } }); }); }