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=1959&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: 1715108493, nonceStr: 'd6KUla3M9qDptGUv', signature: '38d04011e5a0237b34c700378350ec4274496b8d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u533b\u4e09\u9662\uff1a\u65b0\u51a0\u80ba\u708e\u4ea7\u5987\u8f6c\u51faICU\u7684\u90a3\u5929\uff0c\u6211\u6108\u53d1\u575a\u5b9a\u6211\u4eec\u80fd\u8d62","smalltext":"\u8bb2\u8ff0\u8005\uff1a\u9ad8\u5143\u59b9 \u91cd\u75c7\u533b\u5b66\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u5de5\u4f5c\u5730\u70b9\uff1a\u6b66\u6c49\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u9644\u5c5e\u534f\u548c\u533b\u9662\u897f\u9662\u533a\u91cd\u75c7\u533b\u5b66\u79d1\u8fd9\u4e9b\u5929\u5de5\u4f5c\u4e0a\u8fde\u8f74\u8f6c\uff0c\u6bcf\u5929\u516d\u70b9\u591a\u51fa\u95e8\uff0c\u76f4\u5230\u665a\u4e0a\u516b\u4e5d\u70b9\u624d\u56de\u5230\u4f4f\u5904\uff0c\u4e00\u5929\u5341\u51e0\u4e2a\u5c0f\u65f6\u90fd\u5f85","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1959"}; 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 () { } }); }); }