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=3193&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: 1745151179, nonceStr: 'z52vO4yeymiEvTFZ', signature: 'd25abb0af3348a3db51aa7411235fdd8b0dfd5c4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5019\u9e1f\u8001\u4eba\u8bf4\u201c\u5434\u533b\u751f\u7684\u6001\u5ea6\u8ba9\u6211\u653e\u5fc3\u201d","smalltext":"\u201c\u5434\u533b\u751f\u7684\u6001\u5ea6\u4f7f\u6211\u4eec\u60ac\u7740\u7684\u4e00\u9897\u5fc3\u7ec8\u4e8e\u843d\u5730\u4e86\uff0c\u611f\u8c22\u4eba\u6c11\u533b\u9662\u6709\u8fd9\u4e48\u597d\u7684\u533b\u751f\u201d\uff0c4\u670829\u65e5\uff0c73\u5c81\u7684\u738b\u5927\u7237\u62c4\u7740\u62d0\u6756\u5728\u5bb6\u4eba\u966a\u4f34\u4e0b\u6765\u5230\u5e02\u4eba\u6c11\u533b\u9662\uff0c\u5c06\u4e00\u5c01\u611f\u8c22\u4fe1\u9001\u7ed9\u5173\u8282\u810a\u67f1\u9aa8\u79d1\u8463\u6842\u752b\u4e3b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3193"}; 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 () { } }); }); }