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=4027&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: 1745056539, nonceStr: 'fkHwbffUH02RV5KI', signature: 'd02660b4a369d0cf87d5455370409c240b133058', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u8d8a\u662f\u63a5\u8fd1\u6210\u529f\uff0c\u8d8a\u8981\u5c0f\u5fc3\u8c28\u614e","smalltext":"\u4ed6\u884c\u533b17\u5e74\uff0c\u6551\u6cbb\u7684\u60a3\u8005\u6210\u5343\u4e0a\u4e07\uff1b\u4ed6\u8c28\u5c0f\u614e\u5fae\u53c8\u80c6\u5927\u5fc3\u7ec6\uff0c\u4e3b\u5200\u7684ERCP\u624b\u672f\u633d\u6551\u4e86\u8bb8\u591a\u6025\u5371\u91cd\u75c7\u7684\u60a3\u8005\uff1b\u4ed6\u8bf4\u884c\u533b\u5f88\u82e6\u5f88\u7d2f\uff0c\u4f46\u662f\u62a2\u6551\u6cbb\u597d\u4e00\u4e2a\u75c5\u4eba\u7684\u6210\u5c31\u611f\u5374\u662f\u65e0\u53ef\u6bd4\u62df\u7684\u3002\r\n\u4ed6\u662f\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u6d88\u5316\u5185\u4e00\u79d1\u4e3b\u4efb\u5b8b\u632f\u6cb3\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4027"}; 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 () { } }); }); }