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=1837&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: 1714837017, nonceStr: 'ZytcAUJxqVNloaAa', signature: '21e0dc47334d0926896247ec6af094341bb46603', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u751f\u4eec\u624b\u7ed8\u6700\u7f8e\u7684\u671f\u5f85","smalltext":"\u8fd1\u65e5\u91cc\uff0c\u5728\u6b66\u6c49\u7684\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u4eba\u6570\u91cf\u8fbe\u5230\u4e864\u4eba\u3002\u5728\u4ed6\u4eec\u77ed\u6682\u7684\u4f11\u606f\u65f6\u95f4\u91cc\uff0c\u5c0f\u7f16\u4e86\u89e3\u5230\u4ed6\u4eec\u5148\u662f\u526a\u53bb\u4e09\u5343\u70e6\u607c\u4e1d\u3001\u968f\u5373\u4fbf\u5f00\u59cb\u4e86\u5b66\u4e60\u57f9\u8bad\u3001\u9010\u4e2a\u8003\u6838\u3001\u6d88\u6740\u73af\u5883\u3001\u8fdb\u5165\u91cd\u75c7\u76d1\u62a4\u5ba4\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1837"}; 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 () { } }); }); }