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=4140&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: 1745056540, nonceStr: 'n9mP2eFlTKW1AaU0', signature: 'fde03d741ff8fd724ece08a7bad050d0ebed5f7d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1aTAVR\u672f\u7cbe\u51c6\u65bd\u6551 \u8001\u4eba\u201c\u91cd\u83b7\u65b0\u751f\u201d","smalltext":"3\u67088\u65e5\uff0c\u5728\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5fc3\u8840\u7ba1\u5916\u79d1\u75c5\u623f\u5185\uff0c\u6709\u8fd9\u6837\u4e00\u4f4d\u8001\u4eba\uff0c\u524d\u51e0\u5929\u8fd8\u840e\u9761\u4e0d\u632f\uff0c\u51e0\u5929\u540e\u5374\u8c08\u7b11\u98ce\u751f\uff0c\u8c01\u4e5f\u4e0d\u76f8\u4fe1\u4ed6\u662f\u521a\u505a\u8fc7\u624b\u672f\u7684\u4eba\u3002\u75c5\u60c5\u4e25\u91cd \u53ca\u65f6\u5c31\u533b2\u670819\u65e5\uff0c74\u5c81\u9773\u5927\u7237\uff0c\u56e0\u5fc3\u60b8\u3001\u80f8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4140"}; 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 () { } }); }); }