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=1230&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: 1747144055, nonceStr: 'hyI9JHoOgoWYKWwN', signature: '42ab7fd2991391634783ecbe7028fae57bf0dd8b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662:\u51cc\u6668\u96f6\u70b9,\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u53d1\u751f\u7684\u4e8b","smalltext":"\u5c31\u5728\u5168\u56fd\u4eba\u6c11\u6b22\u5e86\u65b0\u4e2d\u56fd\u6210\u7acb70\u5468\u5e74\u4e4b\u9645\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u5374\u4e0a\u6f14\u7740\u4e00\u573a\u751f\u6b7b\u4e89\u593a\u6218\u2026\u2026\u547c\u5438\u75c5\u533a\u4e00\u4f4d\u8001\u4eba\u8840\u538b\u964d\u4f4e\u81f370\/50mmHg\uff0c\u503c\u73ed\u533b\u751f\u5cb3\u96c5\u4e3d\u7d27\u6025\u5c06\u60a3\u8005\u75c5\u60c5\u544a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1230"}; 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 () { } }); }); }