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=2553&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: 1749420406, nonceStr: 'UulJ8ncY1HFRKgH6', signature: '3a2c3431e4be41add84d522cc7ef58b064ecadf3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u94ff\u9535\u73ab\u7470\u679d\u5934\u7efd\u653e","smalltext":"41\u5c81\u4f0d\u5f69\u8679\uff0c\u662f\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u7684\u62a4\u58eb\u957f\u3002\uff0c\u5728\u75ab\u60c5\u53d1\u751f\u7684\u7b2c\u4e00\u65f6\u95f4\u4e3b\u52a8\u7533\u8bf7\u5230\u533b\u9662\u7684\u6218\u75ab\u4e00\u7ebf\uff0c\u8fd9\u4e00\u201c\u9489\u201d\u5c31\u662f38\u5929\u3002\u75ab\u60c5\u9762\u524d\u5979\u633a\u8eab\u800c\u51fa\uff0c\u51b2\u950b\u5728\u524d\uff0c\u8df5\u884c\u4e86\u4e00\u540d\u5929\u4f7f\u7684\u94ee\u94ee\u8a93","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2553"}; 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 () { } }); }); }