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=4097&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: 1714713246, nonceStr: 'FTA1RzFjZinShLjh', signature: 'c94867b9e659cf12e35da6be534c38ac6791d446', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u773c\u76ae\u8df3\u52a8\u662f\u798f\u662f\u7978\uff1fNO,\u662f\u9762\u808c\u75c9\u631b\uff01","smalltext":" \u4e2d\u56fd\u6709\u53e5\u4fd7\u8bdd\u53eb\u5de6\u773c\u8df3\u707e\uff0c\u53f3\u773c\u8df3\u8d22\uff0c\u4f46\u662f\u773c\u76ae\u6210\u5929\u5c31\u8fd9\u4e48\u4e00\u76f4\u8df3\u5462\uff1f\u5bb6\u4f4f\u6b66\u6c49\u5e02\u785a\u53e3\u533a\u7684\u5b59\u5927\u7237\u5c31\u78b0\u4e0a\u4e86\u8fd9\u6837\u7684\u602a\u75c5\u3002 \u5b59\u5927\u7237\u4eca\u5e7465\u5c81\u4e86\uff0c4\u5e74\u524d\u4e00\u5929\uff0c\u4ed6\u7a81\u7136\u53d1\u89c9\u81ea\u5df1\u5de6\u773c\u76ae","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4097"}; 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 () { } }); }); }