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=3256&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: 1747146147, nonceStr: 'tzxG7llFVL3tMWaJ', signature: '7abf3e091b87d23f75bcf738d7778f08e72eafdc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202005\/d5cb3442f9608f2cd139ecab15ee9828.jpg","title":"\u5357\u4eac\u9f13\u697c\u533b\u9662\u96c6\u56e2\u4eea\u5f81\u533b\u9662:\u8fd9\u4e2a\u62a4\u58eb\u8282\uff0c\u53ea\u60f3\u7ed9\u4ed6\u4eec\u66f4\u591a\u7684\u5173\u7231\uff01","smalltext":"\u8fd9\u4e2a\u62a4\u58eb\u8282\uff0c\u4e09\u57fa\u8003\u8bd5\uff1f\u64cd\u4f5c\u7ade\u8d5b\uff1f\u4e3b\u9898\u5f81\u6587\uff1f\u4eca\u5929\uff0c\u8fd9\u4e9b\u901a\u901a\u90fd\u6ca1\u6709\uff01\r\n\u6709\u7684\u53ea\u662f\u5496\u5561\u7684\u7126\u9999\uff0c\u8212\u7f13\u7684\u8f7b\u97f3\u4e50\uff0c\u9635\u9635\u7684\u82b1\u9999\uff0c\u8fd8\u6709\u8bf1\u4eba\u7684\u897f\u70b9\u548c\u6c34\u679c\uff0c\u5c31\u662f\u8981\u8ba9\u5927\u5bb6\u5fc3\u82b1\u6012\u653e\uff0c\u6d88\u9664\u75b2\u52b3\uff0c\u5145\u5206\u611f\u53d7\u8282\u65e5\u7684\u6c1b\u56f4\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3256"}; 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 () { } }); }); }