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=2270&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: 1747124590, nonceStr: 'MPIVuXdCQaJSTcXm', signature: '28a3c8a5caf768daca5296ddefe2080ea7ca61b6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u9694\u79bb\u75c5\u533a\u7684\u201c\u4eae\u201d\u91d1\u6d25","smalltext":"\u5f00\u91d1\u6d25\uff0c\u662f\u673a\u5173\u7b2c\u4e00\u4e2a\u8fdb\u5165\u9694\u79bb\u75c5\u533a\u62c5\u4efb\u6551\u6cbb\u533b\u751f\u7684\u5dfe\u5e3c\u8bf7\u6218\u8005\u3002\u5979\u751f\u4e8e\u533b\u5b66\u4e4b\u5bb6\uff0c\u662f\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\u795e\u7ecf\u5185\u79d1\u4e13\u4e1a\u7684\u4e00\u540d\u526f\u4e3b\u4efb\u533b\u5e08\uff0c\u533b\u9662\u590d\u5ba1\u529e\u8d1f\u8d23\u4eba\uff0c\u5a07\u67d4\u7684\u8eab\u8eaf\u91cc\u900f\u7740\u65e0\u6bd4\u7684\u656c\u4e1a\u4e0e\u6267\u7740\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2270"}; 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 () { } }); }); }