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=2791&classid=10&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: 1715787282, nonceStr: '42gKQWn0wgxlbCca', signature: '3450498f28d76869667fc0643649ad0b49fff54f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662:\u8fd9\u91cc\u5bc4\u6258\u7740\u5b8c\u6574\u5bb6\u5ead\u7684\u5e0c\u671b","smalltext":"\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662\u96b6\u5c5e\u4e0a\u6d77\u5e02\u8ba1\u5212\u751f\u80b2\u79d1\u5b66\u7814\u7a76\u6240\uff08\u4ee5\u4e0b\u7b80\u79f0\u4e0a\u6d77\u8ba1\u751f\u6240\uff09\uff0c\u4e0a\u6d77\u8ba1\u751f\u6240\u7531\u56fd\u5bb6\u8ba1\u751f\u59d4\u548c\u4e0a\u6d77\u5e02\u4eba\u6c11\u653f\u5e9c\u5408\u4f5c\u5171\u5efa\uff0c\u662f\u4e16\u754c\u536b\u751f\u7ec4\u7ec7\uff08WHO\uff09\u4eba\u7c7b\u751f\u6b96\u7814\u7a76\u5408\u4f5c\u4e2d\u5fc3\u3001\u590d\u65e6\u5927\u5b66\u751f\u6b96\u4e0e","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2791"}; 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 () { } }); }); }