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=4800&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: 1716060378, nonceStr: 'bpL8D9jFr92TPGEX', signature: 'de58fba19953343df7a55e86e2f7ec30d9f1a5b9', 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\uff1a\u5c11\u89c1\uff0140\u591a\u5c81\u8981\u770b\u52a8\u753b\u7247\u624d\u80af\u505a\u624b\u672f","smalltext":"\u5728\u533b\u9662\uff0c\u4e3a\u7f13\u89e3\u60a3\u513f\u5728\u624b\u672f\u671f\u7684\u4e00\u5207\u4e0d\u9002\u53cd\u5e94\uff0c\u6211\u4eec\u53ea\u542c\u8bf4\u8fc7\u4e00\u4e9b\u513f\u7ae5\u5f00\u7740\u513f\u7ae5\u7535\u52a8\u73a9\u5177\u8f66\u3001\u62b1\u7740\u73a9\u5177\u8fdb\u5165\u624b\u672f\u5ba4\u7684\u6545\u4e8b\uff0c\u5374\u5f88\u5c11\u542c\u89c1\u8bf4\u670940\u591a\u5c81\u7684\u5e74\u8f7b\u4eba\u8fd8\u5435\u7740\u56b7\u7740\u8981\u770b\u52a8\u753b\u7247\uff0c\u4e0d\u7136\u4e0d\u80af\u624b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4800"}; 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 () { } }); }); }