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=4730&classid=11&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: 1749194694, nonceStr: 'kzK7QBejSOk8GCuk', signature: '7b924d682703675ae5d2a429e316d871ca15e168', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u767e\u4eba\u62fc\u56fe\u5171\u5e86\u534e\u8bde","smalltext":"\u4eba\u6587\u7cbe\u795e\u662f\u6574\u4e2a\u4eba\u7c7b\u6587\u5316\u6240\u4f53\u73b0\u7684\u6700\u6839\u672c\u7684\u7cbe\u795e,\u4e5f\u662f\u52a0\u5f3a\u548c\u6539\u8fdb\u65b0\u65f6\u671f\u516c\u7acb\u533b\u9662\u515a\u7684\u5efa\u8bbe\u7684\u6709\u529b\u6b66\u5668\u3002\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u8fd0\u7528\u201c\u9a6c\u514b\u601d\u4e3b\u4e49\u5927\u4f17\u5316\u4e4b\u4eba\u6587\u4f53\u7cfb\u201d\uff0c\u5373\u201c\u5148\u8fdb\u6587\u5316\u201d\u4e5f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4730"}; 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 () { } }); }); }