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=6500&classid=14&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: 1750062422, nonceStr: 'WTaiXAMNuYMcX76I', signature: '8313a1ded882136cd82bfe394020ac654e11665e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5148\u5929\u6027\u9759\u8109\u7578\u5f62\u9aa8\u80a5\u5927\u7efc\u5408\u5f81\u8fd0\u7528\u53d9\u4e8b\u62a4\u7406\u8fdb\u884c\u4eba\u6587\u5173\u6000\u7684\u4e2a\u6848\u62a5\u9053","smalltext":"\u3010\u6458\u8981\u3011\u76ee\u7684\uff1a\u672c\u6587\u901a\u8fc7\u5bf91\u4f8b16\u5c81\u5148\u5929\u6027\u9759\u8109\u7578\u5f62\u9aa8\u80a5\u5927\u7efc\u5408\u5f81\u60a3\u8005\u8fd0\u7528\u53d9\u4e8b\u62a4\u7406\uff0c\u63a2\u8ba8\u53d9\u4e8b\u62a4\u7406\u5bf9\u60a3\u8005\u8fdb\u884c\u4eba\u6587\u5173\u6000\u7684\u7279\u6b8a\u610f\u4e49\u3002\u65b9\u6cd5\uff1a\u8fd0\u7528\u53d9\u4e8b\u62a4\u7406\u6280\u672f\u5305\u62ec\u5916\u5316\u3001\u89e3\u6784\u4e0e\u6539\u5199\u3001\u5916\u90e8","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6500"}; 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 () { } }); }); }