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=5360&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: 1714453989, nonceStr: 'BD2q1o7z3DZT1BZr', signature: '4f73561bf0d2ff95a9b4c228dc084b83362fb740', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u5b88\u62a4\u5065\u5eb7\uff0c\u4e00\u8def\u201c\u7ae5\u201d\u884c","smalltext":"2022\u5e746\u67081\u65e5\uff0c\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u653e\u7597\u79d1\u5168\u4f53\u533b\u52a1\u4eba\u5458\u5728\u653e\u7597\u79d1\u4e3b\u4efb\u859b\u6653\u82f1\u5e26\u9886\u4e0b\uff0c\u4e3a\u79d1\u5ba4\u80bf\u7624\u60a3\u513f\u7cbe\u5fc3\u7b56\u5212\u4e86\u201c\u516d\u4e00\u201d\u513f\u7ae5\u8282\u6d3b\u52a8\u3002\u6668\u95f4\u67e5\u623f\u65f6\uff0c\u79d1\u4e3b\u4efb\u859b\u6653\u82f1\u3001\u526f\u4e3b\u4efb\u5218\u4f1a\u829d\u3001\u76d6\u6653","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5360"}; 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 () { } }); }); }