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=1937&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: 1747136356, nonceStr: 'UFJzIfoyvD5FkCa5', signature: '5c9c33e84da59b4677161ec9866d077ca6cd7e16', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/915a3fd7377c7060e26884ec4a8049db.jpg","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u201c\u6b66\u6c49\u2014\u6210\u90fd\u201d\u6df1\u591c\u8fde\u7ebf \u7ed9\u5979\u8fc7\u4e86\u4e00\u573a\u89c6\u9891\u751f\u65e5party","smalltext":"\u201c\u66e6\u6768\uff0c\u751f\u65e5\u5feb\u4e50\uff01\u201d\uff0c2\u670816\u65e5\u665a\u4e0a11\u70b9\uff0c\u56db\u5ddd\u7b2c\u4e09\u6279\u63f4\u6e56\u5317\u533b\u7597\u961f\u5458\u674e\u66e6\u6768\u521a\u56de\u5230\u9a7b\u5730\u9152\u5e97\uff0c\u5c31\u6536\u5230\u4e86\u961f\u957f\u91d1\u6653\u535a\u9001\u4e0a\u7684\u751f\u65e5\u795d\u798f\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1937"}; 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 () { } }); }); }