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=6622&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: 1730419569, nonceStr: 'oPlfaZTrRAsz6lnk', signature: 'ec73bfc66f74a6919d27dd21d9450dd7c2cba323', 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\u4ee5\u7231\u4e3a\u540d\uff0c\u5b88\u62a4\u6790\u671b\u4e4b\u5149","smalltext":"\u6211\u603b\u662f\u504f\u7231\u5bd2\u51ac\u91cc\u7684\u9633\u5149\u3002\u539f\u56e0\u65e0\u4ed6\uff0c\u5f53\u900f\u8fc7\u73bb\u7483\u7a97\u843d\u5728\u900f\u6790\u673a\u548c\u5e8a\u5355\u4e0a\u65f6\uff0c\u4e0d\u4f3c\u590f\u65e5\u6709\u6811\u679d\u5de6\u6321\u53f3\u906e\u96f6\u96f6\u788e\u788e\uff0c\u66f4\u4e0d\u4f3c\u590f\u65e5\u90a3\u822c\u71e5\u70ed\u96be\u8010\uff0c\u800c\u662f\u6e29\u6e29\u67d4\u67d4\u3001\u751a\u81f3\u67d4\u67d4\u8f6f\u8f6f\u5730\u6d41\u6dcc\u8fdb\u6765\uff0c\u4e3a\u4e00\u6392\u6392","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6622"}; 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 () { } }); }); }