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=490&classid=11&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: 1714737391, nonceStr: 'XGou6kKbLb09JaX9', signature: '86a5211e9007e66d39f1cebef92838d513306c26', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/0d2e2f3f23b6064c784a53c60c041423.jpg","title":"\u5218\u4e09\u5c4b\u9aa8\u4f24\u533b\u9662\uff1a\u65e5\u95f4\u624b\u672f\u8d62\u5f97\u60a3\u8005\u597d\u8bc4","smalltext":"\u4eca\u5e745\u670827\u65e5\uff0c\u6765\u4e86\u4e00\u4f4d74\u5c81\u7684\u8001\u5e74\u7537\u6027\u60a3\u8005\uff0c\u6765\u9662\u524d1\u5c0f\u65f6\u4e0d\u614e\u88ab\u6811\u7838\u4f24\u8170\u90e8\uff0c\u7ecf\u5218\u4e09\u5c4b\u9aa8\u4f24\u533b\u9662\u68c0\u67e5\u4e3a\u81702\u690e\u4f53\u5951\u5f62\u538b\u7f29\u3001\u8170\u690e\u9aa8\u8d28\u589e\u751f\u9000\u884c\u6027\u53d8\u3002\u5218\u4e09\u5c4b\u9aa8\u4f24\u533b\u9662\u7cbe\u51c6\u5fae\u521b\u533b\u7597\u4e13\u5bb6\u56e2\u961f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=490"}; 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 () { } }); }); }