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=481&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: 1746264350, nonceStr: 'dwvSPYQtuy9ZIHtS', signature: '6df85045e867f383f7de709a8ac96d076f4b8351', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/8bd3312b735fcd1edb849b7c640dc83d.jpg","title":"\u6d4e\u5b81\u533b\u5b66\u9662\u9644\u5c5e\u533b\u9662\uff1a\u8de8\u8d8a\u5343\u91cc 12\u5e74\u524d\u7684\u624b\u672f\u60a3\u8005\u611f\u6069\u56de\u5bb6\u5706\u68a6","smalltext":"5\u670828\u65e5\u4e0a\u53487\u70b9\u591a\u4e00\u4e0a\u73ed\uff0c\u6d4e\u5b81\u533b\u5b66\u9662\u9644\u5c5e\u533b\u9662\u5fc3\u810f\u5916\u79d1\u75c5\u623f\u91cc\u70ed\u95f9\u4e86\u8d77\u6765\uff0c\u539f\u6765\u533b\u966212\u5e74\u524d\u7231\u5fc3\u624b\u672f\u6551\u52a9\u7684\u90a3\u4e2a\u4e91\u5357\u5148\u5fc3\u75c5\u5973\u5b69\u674e\u7ea2\u73ca\u201c\u56de\u5bb6\u201d\u4e86\uff0c\u6b64\u6b21\u5979\u5e26\u7740\u81ea\u5df1\u4e00\u5c81\u591a\u7684\u5b9d\u5b9d\u4e13\u7a0b\u6765\u770b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=481"}; 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 () { } }); }); }