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=2527&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: 1749425291, nonceStr: 'VwZeVDKdUHIrunp6', signature: 'f20cafc685f24efb7ab959eb09b89cb5d581d589', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662:\u6625\u56de\u5927\u5730 \u82f1\u96c4\u51ef\u65cb,\u63f4\u9102\u533b\u7597\u961f\u961f\u5458\u56de\u5bb6\u5566\uff01","smalltext":"\u767d\u8863\u6267\u7532 \u4eca\u671d\u5f52\u6765\u6625\u56de\u5927\u5730 \u82f1\u96c4\u51ef\u65cb\uff01\u4e8c\u96f6\u4e8c\u96f6\u5e74\u4e09\u6708\u4e8c\u5341\u65e5\u5341\u70b9\u4e8c\u5341\u6cb3\u5317\u7701\u63f4\u9102\u533b\u7597\u961f\u7b2c\u4e8c\u6279\u8fd4\u5180\u961f\u5458316\u4eba\u4e58\u5750\u5305\u673a\u987a\u5229\u62b5\u8fbe\u77f3\u5bb6\u5e84\u6b63\u5b9a\u56fd\u9645\u673a\u573a\uff01\u6211\u9662\u9996\u6279\u3001\u6cb3\u5317\u7701\u7b2c\u4e00\u6279\u7b2c\u4e8c\u6279","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2527"}; 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 () { } }); }); }