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=936&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: 1715920887, nonceStr: 'gvBv8ENOpParBJjG', signature: '1dde5743a27d73d3f08467b2de80538e4f18acde', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/ec46e20d08c525147f5435fffbb0ae52.jpg","title":"\u7231\u7684\u8282\u65e5\uff0c\u6211\u4eec\u6765\u6492\u4e00\u6ce2\u513f\u72d7\u7cae~","smalltext":"\u4eca\u5929\uff0c\r\n\r\n\u53ea\u662f\u6240\u6709\u5b9d\u77f3\u82b1\u533b\u7597\u533b\u6280\u62a4\u4eba\u5458\uff0c\r\n\r\n\u5728\u9662\u5185\u65e0\u6570\u4e2a\u666e\u901a\u7684\u65e5\u5b50\u4e4b\u4e00\u3002\r\n\r\n\u4f46\u518d\u5fd9\u3001\u518d\u7d2f\uff0c\u90fd\u4e0d\u8981\u5fd8\u8bb0\u8868\u767d\u3002\r\n\r\n\u6b64\u751f\uff0c\u552f\u6709\u7231\u4e0e\u5065\u5eb7\u4e0d\u53ef\u8f9c\u8d1f! \r\n","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=936"}; 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 () { } }); }); }