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=3519&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: 1745119617, nonceStr: 'pvMwT7lhi2O66P96', signature: 'f3e61a157fcc9177232f26377962896786c43bf4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u5bfc\u533b\uff1a\u5e73\u51e1\u7684\u6e29\u6696","smalltext":"\u968f\u7740\u95e8\u8bca\u91cf\u7684\u4e0d\u65ad\u589e\u52a0\uff0c\u5bfc\u533b\u4e0e\u60a3\u8005\u7684\u6c9f\u901a\u4ea4\u6d41\u53d8\u5f97\u66f4\u52a0\u7e41\u6742\u8d77\u6765\uff0c\u4e3b\u52a8\u5ba3\u4f20\u5c31\u533b\u6d41\u7a0b\uff0c\u5c3d\u529b\u89e3\u7b54\u5404\u7c7b\u7591\u95ee\uff0c\u534f\u52a9\u60a3\u8005\u5b8c\u6210\u5c31\u533b\uff0c\u6536\u96c6\u610f\u89c1\u5efa\u8bae\uff0c\u63d0\u9ad8\u5c31\u533b\u6ee1\u610f\u5ea6~~~\u6211\u4eec\u5c31\u662f\u60a3\u8005\u4e0e\u533b\u9662\u4e4b\u95f4\u7684\u7b2c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3519"}; 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 () { } }); }); }