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=6559&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: 1716234622, nonceStr: 'Q3GNtdJKFkRahr9r', signature: 'c8f4a4deb29fae4c985575999afcc19beb90793c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7b49\u6211\u597d\u4e86\uff0c\u6211\u8fd8\u4f1a\u56de\u6765\uff01","smalltext":"2023\u5e749\u67084\u65e5\uff0c\u4e00\u4e2a\u5e73\u5e38\u7684\u4e0b\u5348\uff0c\u5728\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u7684\u95e8\u8bca3\u697c\u7684\u4e94\u5b98\u79d1\u5019\u8bca\u533a\uff0c\u5b89\u4fdd\u738b\u5fb7\u5b89\u50cf\u5f80\u5e38\u4e00\u6837\u5de1\u67e5\uff0c\u4ed6\u53d1\u73b0\u4eba\u7fa4\u4e2d\u6709\u4e00\u4f4d\u5c0f\u4f19\u72b6\u6001\u4e0d\u597d\uff0c\u5173\u5fc3\u8be2\u95ee\uff0c\u5c0f\u4f19\u8bf4\uff0c\u4ed6\u611f\u5230\u5589\u5499\u5185\u6709\u4e1c\u897f\u6897\u4f4f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6559"}; 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 () { } }); }); }