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=2122&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: 1747123538, nonceStr: 'rCtcKgLY94cLD7Cr', signature: '284104e56025fb214016a8b2ef7d11686bc8de99', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d44\u9633\u4e2d\u533b\u9662\uff1a\u4e00\u53cc\u978b\u7684\u80cc\u540e","smalltext":"\u4e00\u53cc\u978b\uff0cA\u54c1\u724c\u51e0\u5343\u5757\uff0cB\u54c1\u724c\u51e0\u767e\u5757\uff0c\u6ca1\u6709\u54c1\u724c\u4e5f\u8981\u4e00\u767e\u591a\u5757\uff0c\u4e00\u53cc\u978b\uff0c\u51e0\u5341\u5757\uff0c\u89813~4.5\u5398\u7c73\u5761\u8ddf\u7684\u8bbe\u8ba1\u7a7f\u7740\u8212\u9002\u53c8\u7b26\u5408\u5ba1\u7f8e\u8981\u6c42\uff0c\u8981\u978b\u5e95\u7740\u529b\u9762\u5e7f\uff0c\u884c\u8d70\u65f6\u5b89\u5168\u7cfb\u6570\u9ad8\uff0c\u8981\u91c7\u7528\u4e01\u4e19\u80f6\u5236\u4f5c\u7684\u5e95\u6750\u5177\u6709","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2122"}; 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 () { } }); }); }