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=1388&classid=4&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: 1714453424, nonceStr: 'kHnPe1RxtR6LanRZ', signature: 'eb7fd446783f5302098e1c4c50c109c7b4d424d5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u9b4f\u7f8e\u5a1f\uff1a\u8be5\u5982\u4f55\u4e0e\u751f\u547d\u544a\u522b","smalltext":"\u5728\u4e00\u4e2a\u7231\u4e66\u5982\u547d\u670b\u53cb\u7684\u63a8\u8350\u4e0b\uff0c\u6211\u5f00\u59cb\u9605\u8bfb\u300a\u6700\u597d\u7684\u544a\u522b\u300b\uff0c\u6b64\u4e66\u662f\u7531\u963f\u56fe\u00b7\u845b\u6587\u5fb7\uff08Atul Gawande\uff09\u6240\u4f5c\u3002\u845b\u6587\u5fb7\u4ece\u4e8b\u5916\u79d1\u533b\u751f\u5de5\u4f5c\u591a\u5e74\uff0c\u5728\u54c8\u4f5b\u5927\u5b66\u533b\u5b66\u9662\u4efb\u804c\u5916\u79d1\u6559\u6388\uff0c\u4e5f\u662f\u7f8e\u56fd\u6c11\u4e3b\u515a\u653f\u5e9c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1388"}; 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 () { } }); }); }