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=4024&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: 1745056475, nonceStr: 'JGqkCiGmoQRlxrVY', signature: '530c5bd0b32b4c43eb108ddea0f856b17523f5d6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u5bb6\u5c5e\u5077\u5077\u6254\u6389\u5bff\u8863\uff0c\u611f\u6168\u8fd9\u91cc\u521b\u9020\u7684\u5947\u8ff9","smalltext":"\u60a3\u8005\u5bb6\u5c5e\u5077\u5077\u6254\u6389\u4e4b\u524d\u51c6\u5907\u7684\u5bff\u8863\uff0c\u8ddf\u533b\u62a4\u4eba\u5458\u620f\u8c11\u201c\u9b3c\u95e8\u5173\u5df2\u8fc7\uff0c\u9ec4\u6cc9\u8def\u56de\u8fd8\uff0c\u5e02\u7acb\u533b\u9662\u6025\u8bca\u79d1\u771f\u662f\u521b\u9020\u5947\u8ff9\u7684\u5730\u65b9\u5450\uff01\u201d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4024"}; 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 () { } }); }); }