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=5396&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: 1716015336, nonceStr: 'EIMD1q2jXST1tV1L', signature: '7dfce71c148fbf6877d9737aa8befb296cab0c59', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u7ec4\u7ec7\u5f00\u5c55\u5eb7\u590d\u513f\u7ae5\u793e\u4f1a\u878d\u5408\u6d3b\u52a8","smalltext":"\u4e03\u6708\uff0c\u9633\u5149\u6b63\u597d\u3002\u503e\u542c\u67f3\u836b\u6df1\u5904\u8749\u9e23\uff0c\u611f\u53d7\u7a97\u5916\u6e05\u98ce\u5439\u52a8\uff0c\u6447\u66f3\u7740\u751f\u547d\u7684\u78c5\u7934\u4e0e\u6e34\u671b...\u5927\u81ea\u7136\u662f\u5b69\u5b50\u4eec\u6700\u5e7f\u9614\u7684\u6559\u5ba4\uff0c\u8d4b\u4e88\u5b69\u5b50\u4eec\u53d6\u4e4b\u4e0d\u5c3d\u7684\u6e90\u6cc9\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5396"}; 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 () { } }); }); }