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=1165&classid=4&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: 1715098611, nonceStr: 'bP8UyKpkmuXz22cO', signature: '080cfdcbef5fe643a5987333ba53f68edaf39391', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u5f20\u745e\u96ea\uff1a\u8d70\u81ea\u5df1\u7684\u8def\uff0c\u505a\u6700\u597d\u7684\u81ea\u5df1","smalltext":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u662f\u4e00\u6240\u5efa\u9662\u53ea\u670922\u5e74\u7684\u533b\u9662\uff0c\u6211\u662f\u4e00\u4e2a\u5728\u533b\u9662\u5ba3\u4f20\u6587\u5316\u6218\u7ebf\u5de5\u4f5c\u4e86\u4e8c\u5341\u5e74\u7684\u8001\u5175\u3002\u8bf4\u6765\u633a\u60ed\u6127\uff0c\u8fd9\u4e48\u591a\u5e74\u81ea\u5df1\u5e76\u6ca1\u6709\u505a\u51fa\u9a84\u4eba\u7684\u6210\u7ee9\u3002\u4f46\u662f\u5de5\u4f5c\u65f6\u95f4\u957f\u4e86\uff0c\u4e5f\u6709\u4e00\u4e9b\u81ea\u5df1\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1165"}; 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 () { } }); }); }