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=6532&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: 1750066790, nonceStr: '30gFbZdZeRDSTsgl', signature: 'b747a89ad8193dde902b1b06e881cba3530c6ff0', 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\u5f53\u4f60\u51dd\u671b\u7740\u6df1\u6e0a\uff0c\u66f9\u64cd\u4ece\u6df1\u6e0a\u4e2d\u5954\u6765","smalltext":"\u6211\u662f\u4e00\u540d\u4f53\u68c0\u5987\u79d1\u533b\u751f\uff0c\u6bcf\u5929\u91cd\u590d\u7740\u8fdb\u884c\u540c\u6837\u7684\u5de5\u4f5c\u6d41\u7a0b\uff0c\u5982\u4f55\u5728\u8fd9\u7b80\u5355\u7684\u5de5\u4f5c\u4e2d\u8fbe\u5230\u6cbb\u672a\u75c5\u7684\u76ee\u7684\uff0c\u5b9e\u73b0\u5065\u5eb7\u7ba1\u7406\u7684\u610f\u4e49\u662f\u6211\u6240\u8ffd\u6c42\u7684\uff0c\u6240\u4ee5\u4ece2017\u5e74\u672b\u6211\u5c31\u5f00\u59cb\u5bf9\u6765\u6211\u4f53\u68c0\u4e2d\u5fc3\u8fdb\u884c\u5bab\u9888\u764c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6532"}; 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 () { } }); }); }