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=1874&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: 1747145330, nonceStr: 'TRn5XV3PZ6b5hoXW', signature: '1b9367dec04ca598a2f2fe1f0c685e7989f34207', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u4ed6\u4eec\u4e3a\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u963b\u51fb\u6218\u63d0\u4f9b\u6e29\u6696\u62a4\u822a","smalltext":"\u3000\u30002020\u5e74\u6625\u8282\u662f\u4e00\u4e2a\u4e0d\u5e73\u51e1\u7684\u8282\u65e5\u3002\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u540e\uff0c\u90a3\u4e9b\u9006\u884c\u5411\u884c\uff0c\u7528\u751f\u547d\u7b51\u7262\u4eba\u6c11\u5065\u5eb7\u9632\u7ebf\u4e00\u7ebf\u533b\u52a1\u4eba\u5458\u611f\u52a8\u7740\u6bcf\u4e00\u4e2a\u4eba\u3002\u5175\u9a6c\u672a\u52a8\uff0c\u7cae\u8349\u5148\u884c\u3002\u5728\u8fd9\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u201c\u75ab\u201d\u4e2d\uff0c\u4ed6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1874"}; 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 () { } }); }); }