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=1369&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: 1747192489, nonceStr: 'mgQ4bykg7viaVl4y', signature: '05c9542036e5acefffc42e1badfb10a5bd0fe358', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662:\u7528\u533b\u8005\u521d\u5fc3\u6e29\u6696\u6bcf\u4e00\u4e2a\u751f\u547d","smalltext":"\u201c\u4eca\u5929\u662f\u6211\u5973\u513f\u7684\u751f\u65e5\uff0c\u4f46\u4f60\u4eec\u7ed9\u4e86\u6211\u7b2c\u4e8c\u6b21\u751f\u547d\uff0c\u6240\u4ee5\u4eca\u5929\u4e5f\u662f\u6211\u7684\u91cd\u751f\u4e4b\u65e5\uff0c\u8c22\u8c22\u4f60\u4eec\u8ba9\u6211\u8fd8\u80fd\u770b\u5230\u660e\u5929\u7684\u592a\u9633\uff01\u201d\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662ICU\u91cd\u75c7\u76d1\u62a4\u5ba4\u5185\uff0c\u7ecf\u5386\u4e86\u4e00\u756a\u751f\u6b7b\uff0c\u521a\u521a\u6062\u590d\u610f\u8bc6\u7684\u6731\u7237","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1369"}; 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 () { } }); }); }