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=1410&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: 1747189739, nonceStr: 'fGHtdLRsy7Jxtqjp', signature: '9dfbbaf21a2933af5d59f670b959123ee30a5a4b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/a483854e7e7694f31da8d5d39eed336a.jpg","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\uff1a\u611f\u6069\u9047\u89c1\uff0c\u7231\u5728\u8fd9\u91cc\u5f00\u59cb","smalltext":"11\u670821\u65e5\uff0c\u91d1\u5802\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u00b7\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\u4f1a\u8bae\u5ba4\u91cc\u6b22\u58f0\u7b11\u8bed\uff0c\u4e00\u573a\u522b\u5f00\u751f\u9762\u7684\u65b0\u5a5a\u804c\u5de5\u6170\u95ee\u6d3b\u52a8\u5728\u8fd9\u91cc\u4e3e\u884c\u300217\u540d\u6765\u81ea\u4e0d\u540c\u5c97\u4f4d\u76842019\u5e74\u65b0\u5a5a\u804c\u5de5\u5f00\u5fc3\u5730\u6765\u5230\u73b0\u573a\u53c2\u52a0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1410"}; 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 () { } }); }); }