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=6678&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: 1749065602, nonceStr: '9lDtVa45NJUkF9PH', signature: '0ed0c16f30ae8914ffc650c4291d33ce057789bc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u65e0\u58f0\u7684\u82f1\u96c4","smalltext":"\u6211\u662f\u4e00\u540d\u624b\u672f\u5ba4\u62a4\u58eb\uff0c\u4f60\u53ef\u80fd\u4e0d\u77e5\u9053\u6211\u7684\u5b58\u5728\uff0c\u4f46\u6211\u4e00\u76f4\u5728\u5173\u6ce8\u4f60\u3002\u8bb0\u5f97\u90a3\u5929\uff0c\u5f53\u6211\u770b\u5230\u4f60\u7684\u65f6\u5019\uff0c\u4f60\u5df2\u7ecf\u88ab\u706b\u7130\u6467\u6b8b\u5f97\u4f53\u65e0\u5b8c\u80a4\uff0c\u5168\u8eab\u76ae\u80a4\u70e7\u4f24\u9762\u79ef\u9ad8\u8fbe85%\u3002\u90a3\u65f6\u7684\u4f60\u53ea\u670925\u5c81\uff0c\u9752\u6625\u5e74\u534e\u521a\u521a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6678"}; 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 () { } }); }); }