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=3404&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: 1745135269, nonceStr: 'pCckunvCWhDUZtlk', signature: 'fb8f3cd9873fd4fab334ed1ed50edc7ed0297d2e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6df1\u591c\u7684\u6025\u8bca\u79d1\u6ca1\u6709\u9759\u6084\u6084","smalltext":"\u4e0b\u53485\u70b9\u8fc7\u540e\uff0c\u95e8\u8bca\u5404\u697c\u5c42\u4eba\u6765\u4eba\u5f80\u7684\u5608\u6742\u9010\u6e10\u8d8b\u4e8e\u5b89\u9759\uff0c\u770b\u75c5\u7684\u4eba\u4eec\u5411\u7740\u4e00\u4e2a\u65b9\u5411\u79fb\u52a8\uff0c\u8fd9\u91cc\u5608\u6742\u4f9d\u65e7\uff0c\u4eba\u6765\u4eba\u5f80\uff1b\u8fd9\u91cc\u662f\u771f\u6b63\u7684365\u5929\u5168\u5e74\u65e0\u4f11\uff1b\u8fd9\u91cc\u7684\u4e00\u5929\u4e0d\u4ec5\u4ec5\u662f24\u5c0f\u65f6\uff0c\u4ed6\u4eec\u8fd8\u8981\u201c\u62a0\u201d\u5230\u7cbe","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3404"}; 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 () { } }); }); }