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=2096&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: 1747148000, nonceStr: 'kkCDiMK3ajAoZprU', signature: 'cbd49fe8df2c7208025df41b68080cc3e69b4cfe', 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\u6211\u613f\u5728\u6700\u597d\u7684\u961f\u4f0d\u91cc\uff0c\u505a\u5149\u8363\u7684\u4e00\u5458","smalltext":"\u5728\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u6297\u75ab\u4e00\u7ebf\u7684\u961f\u4f0d\u91cc\uff0c\u7ec6\u5fc3\u3001\u8010\u5fc3\u3001\u7231\u5fc3\u517c\u5177\u7684\u767d\u8863\u5929\u4f7f\u4eec\u7528\u81ea\u5df1\u7684\u5b9e\u9645\u884c\u52a8\u8df5\u884c\u7740\u5357\u4e01\u683c\u5c14\u8a93\u8a00\uff0c\u7528\u771f\u8bda\u7684\u7231\u629a\u5e73\u60a3\u8005\u5fc3\u7075\u7684\u521b\u4f24\uff0c\u7528\u706b\u4e00\u6837\u7684\u70ed\u60c5\u53bb\u70b9\u71c3\u60a3\u8005\u6218\u80dc\u75be\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2096"}; 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 () { } }); }); }