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=938&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: 1715918183, nonceStr: 'WMeOvcfXASUXRGl3', signature: 'f792c5b15f7b16835d9890fd74e6d70f8534b2c6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/626a90077360d3be43d4d24cd8a56f67.png","title":"\u5b9d\u77f3\u82b1\u533b\u7597\u96c6\u56e2\uff1a\u4e00\u5bf9\u533b\u62a4\u592b\u59bb\u7684\u5341\u4e8c\u65f6\u8fb0","smalltext":"\u540c\u4e00\u4e2a\u5bb6\uff0c\u540c\u4e00\u4e2a\u5355\u4f4d\uff0c\r\n\u592b\u59bb\u4fe9\u5374\u5e38\u5e38\u96be\u5f97\u89c1\u9762\uff0c\r\n\u767d\u73ed\u548c\u591c\u73ed\u628a\u4ed6\u4eec\u5206\u5f00\uff0c\r\n\u6070\u4f3c\u4e00\u5bf9\u73b0\u5b9e\u7248\u7684\u725b\u90ce\u548c\u7ec7\u5973\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=938"}; 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 () { } }); }); }