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=1115&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: 1747123977, nonceStr: 'CC6NjHDCfhp6Ifq3', signature: '93845c1552daa46d1a06028b9d5ffaab8b0ac6b8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u5149\u5f71\u80cc\u540e\u7684\u9752\u6625\u4e4b\u6b4c","smalltext":"\u6ca1\u6709\u8c01\u4e0d\u7231\u5149\u9c9c\u9753\u4e3d\u7684\u821e\u53f0\uff0c\u6ca1\u6709\u8c01\u4e0d\u5e0c\u671b\u81ea\u5df1\u7684\u811a\u4e0b\u662f\u805a\u5149\u706f\u7684\u7099\u70ed\u548c\u5149\u4eae\u3002\u4f46\u662f\uff0c\u4e0d\u662f\u4efb\u4f55\u4eba\u90fd\u80fd\u7ad9\u5728\u90a3\u91cc\u88ab\u6b4c\u9882\u548c\u8d5e\u7f8e\u7684\uff0c\u4e00\u5b9a\u6709\u4eba\u5728\u5149\u5f71\u7684\u80cc\u540e\u9ed8\u9ed8\u65e0\u95fb\uff0c\u6211\u60f3\u6211\u4eec\u5c31\u662f\u8fd9\u6837\u4e00\u7fa4\u4eba\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1115"}; 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 () { } }); }); }