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=2111&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: 1747146071, nonceStr: 'GoZvnzk4vrf2PvqU', signature: '03493950204fb58fda95768ef08f8f820884a2a7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u6025\u8bca\u4eba\uff0c\u5b88\u62a4\u751f\u547d\uff0c\u4e0d\u8d1f\u91cd\u6258","smalltext":"\u6025\u8bca\u533b\u5b66\u79d1\u662f\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u5904\u7406\u6025\u5371\u91cd\u75c7\u6025\u6551\u7684\u91cd\u8981\u573a\u6240\uff0c\u662f\u533b\u60a3\u4e00\u8d77\u4e0e\u6b7b\u795e\u4ea4\u6218\u7684\u524d\u7ebf\uff0c\u662f\u5904\u7406\u6025\u75c7\u60a3\u8005\u3001\u5206\u6d41\u60a3\u8005\u7684\u4e2d\u5fc3\u3002\u533b\u9662\u6025\u8bca\u533b\u5b66\u79d1\u56e2\u961f\uff0c\u4ed6\u4eec\u591c\u4ee5\u7ee7\u65e5\uff0c\u7ad9\u5230\u4e86\u6297\u51fb\u75ab\u60c5\u7684\u7b2c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2111"}; 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 () { } }); }); }