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=4236&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: 1714622072, nonceStr: 'DUnEnl9J0oVl7E8o', signature: '0fd1510cc5a84fd250751a84739dc33a3c41a375', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5b66\u533b\u5427\uff01\u6211\u4eec\u7b49\u4f60","smalltext":"\u201c\u611f\u8c22\u5e2e\u6211\u4eec\u4f53\u68c0\u7684\u533b\u9662\u7684\u5c0f\u54e5\u54e5\u5c0f\u59d0\u59d0\u4eec\uff01\u4f60\u4eec\u8f9b\u82e6\u4e86\uff01\u6211\u4eec\u4f1a\u52a0\u6cb9\u7684\uff01\u201d-----\u666e\u6d31\u4e00\u4e2d383\u73ed \u201c\u611f\u8c22\u4f60\u4eec\u7684\u7ec6\u5fc3\u68c0\u6d4b\u4e3a\u6211\u4eec\u9ad8\u8003\u987a\u5229\u4fdd\u9a7e\u62a4\u822a!\u795d\u4e00\u5207\u987a\u5229\uff01\u8eab\u4f53\u5065\u5eb7\uff01\u201d------\u666e\u6d31\u7b2c\u4e00\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4236"}; 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 () { } }); }); }