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=1507&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: 1716217497, nonceStr: 'vCRtdGZrLrvg5Xsd', signature: 'f4f4ada30bf1b229ca9a926deabb68bef4f35584', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/de5f162fa07f8c4bd7262ec6129feb1c.png","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662:\u60a3\u8005\u65e0\u6cd5\u884c\u8d70 \u533b\u751f\u5f2f\u8170\u80cc\u4ed6\u505a\u68c0\u67e5","smalltext":"\u60a3\u8005\u56e0\u762b\u75ea\u65e0\u6cd5\u884c\u8d70\uff0c\u5c31\u533b\u65f6\u6070\u9047\u533b\u9662\u7535\u68af\u65e0\u6cd5\u6b63\u5e38\u4f7f\u7528\uff0c\u533b\u751f\u5f2f\u4e0b\u8170\u80cc\u7740\u60a3\u8005\u4e0a\u4e0a\u4e0b\u4e0b\u6570\u8d9f\u5b8c\u6210\u6240\u6709\u68c0\u67e5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1507"}; 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 () { } }); }); }