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=3130&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: 1745151072, nonceStr: 'iDaA2ri73AWkiGdJ', signature: 'f30853c1f3178306e452dd8017f6d7073620e446', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6297\u75ab\u5e55\u540e\u6545\u4e8b\uff1a\u96c1\u5357\u98de\u836f\u6750\u7fa4\u8d3e\u8273\u8273\uff0c\u4e14\u613f\u4e3a\u5f97\u6625\u6765\u5f52","smalltext":"\u6211\u53eb\u8d3e\u8273\u8273\uff0c\u9664\u4e86\u7b7e\u540d\u548c\u4e0a\u5b66\u65f6\u7528\u7684\u591a\uff0c\u5e73\u65f6\u5927\u5bb6\u90fd\u558a\u6211\u5c0f\u540d\u3001\u558a\u96c1\u5357\u98de\u3002\u96c1\u5357\u98de\u662f\u6211\u7684\u5fae\u4fe1\u540d\uff0c\u4e5f\u662f\u6211\u4eb2\u59d0\u59b9\u4e09\u4e2a\u7684\u5c0f\u540d\uff0c\uff08\u5927\u96c1\uff0c\u5357\u5357\uff0c\u98de\u98de\uff09\u3002\u6211\u51fa\u751f\u5728\u6cb3\u5317\u7701\u627f\u5fb7\u5e02\u56f4\u573a\u6ee1\u65cf\u8499\u53e4\u65cf\u81ea\u6cbb\u53bf\u7684\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3130"}; 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 () { } }); }); }