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=4827&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: 1716045302, nonceStr: 'TwUitgjbiKFKzzS7', signature: 'b49bb8d753077958b7b7198199afd816d739dc9f', 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\u5e02\u6768\u6d66\u533a\u4e2d\u5fc3\u533b\u9662-\u4f24\u53e3\u9020\u53e3\u62a4\u7406\u56e2\u961f","smalltext":"\u4e0a\u6d77\u5e02\u6768\u6d66\u533a\u4e2d\u5fc3\u533b\u9662\uff08\u540c\u6d4e\u5927\u5b66\u9644\u5c5e\u6768\u6d66\u533b\u9662\uff09\u4f24\u53e3\u9020\u53e3\u62a4\u7406\u56e2\u961f\u81ea2013\u5e74\u6210\u7acb\u4ee5\u6765\uff0c\u7acb\u8db3\u60a3\u8005\u9700\u6c42\uff0c\u4ee5\u63d0\u4f9b\u4e13\u4e1a\u670d\u52a1\uff0c\u89e3\u51b3\u60a3\u8005\u95ee\u9898\uff0c\u4f53\u73b0\u4eba\u6587\u5173\u6000\u4e3a\u5b97\u65e8\uff0c\u4f9d\u6258\u4eba\u624d\u57f9\u517b\u5efa\u7279\u8272\u3001\u4e13\u79d1\u7279\u8272\u4fc3\u4eba","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4827"}; 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 () { } }); }); }