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=3173&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: 1747093017, nonceStr: 'ODxvLPkl4T53lCA4', signature: 'd70b955940ef4104d42afbdf065c6193eeac8097', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u867d\u7136\u6211\u8fd8\u4e0d\u80fd\u8a00\u8bed\uff0c\u4f46\u6211\u8fd8\u662f\u8981\u8c22\u8c22\u4f60","smalltext":"4\u670827\u65e5\uff0c\u6881\u53d4\u5f97\u77e5\u81ea\u5df1\u7b2c\u4e8c\u5929\u5373\u5c06\u8f6c\u5f80\u5eb7\u590d\u533b\u5b66\u79d1\u7ee7\u7eed\u5eb7\u590d\u6cbb\u7597\u65f6\uff0c\u7279\u610f\u5750\u7740\u8f6e\u6905\u8ba9\u5973\u513f\u63a8\u7740\u81ea\u5df1\uff0c\u4ece\u6025\u8bca\u666e\u901a\u75c5\u623f\u4e13\u7a0b\u5230\u6025\u8bca\u91cd\u75c7\u76d1\u62a4\u5ba4\uff0c\u627e\u5230\u6025\u8bca\u79d1\u738b\u7434\u533b\u751f\uff0c\u7ed9\u738b\u533b\u751f\u7ad6\u8d77\u5927\u62c7\u6307\u70b9\u8d5e\uff0c\u5e76","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3173"}; 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 () { } }); }); }