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=4452&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: 1744317972, nonceStr: 'bEegWe8842EDFSWb', signature: 'd44e1ccdb55e1f574276eedb1c5060bb9a46a207', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1aMDT\u643a\u624b\u5171\u6218\uff0c\u955c\u4e0b\u52c7\u62a2\u751f\u547d","smalltext":"5\u670827\u65e5 20\u65f6\uff0c\u201c\u60a3\u8005\u6d88\u5316\u9053\u5927\u51fa\u8840\uff0c\u8bf7\u5230\u91cd\u75c7\u533b\u5b66\u79d1\u6025\u4f1a\u8bca\uff01\u201d\u63a5\u5230\u7535\u8bdd\u540e\uff0c\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u6d88\u5316\u5185\u79d1\u603b\u503c\u73ed\u5eb7\u6587\u5a77\u533b\u751f\u7acb\u5373\u901a\u77e5\u79d1\u5ba4\u4e3b\u4efb\u6768\u5e06\uff0c\u5e76\u7acb\u5373\u524d\u5f80\u91cd\u75c7\u533b\u5b66\u79d1\uff0c\u67e5\u770b\u5e76\u4e86\u89e3\u60a3\u8005\u5177","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4452"}; 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 () { } }); }); }