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=1371&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: 1749447860, nonceStr: 'F0pA4et9cvvMb9x5', signature: 'a5c2a39532e2555dfa8a171e7e8f2fdef45efd41', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u628a\u75c5\u623f\u5f53\u821e\u623f \u82cf\u5dde\u4e24\u4f4d\u7cd6\u53cb\u963f\u59e8\u5728\u75c5\u623f\u8df3\u6070\u6070","smalltext":"\u6700\u8fd1\uff0c\u670b\u53cb\u5708\u91cc\u7684\u4e00\u6bb5\u89c6\u9891\u5f15\u8d77\u5e7f\u5927\u5e02\u6c11\u7684\u5173\u6ce8\u3002\u4e24\u4f4d\u6b63\u5728\u4f4f\u9662\u7684\u963f\u59e8\u628a\u75c5\u623f\u5f53\u6210\u4e86\u821e\u623f\uff0c\u4e00\u8d77\u8df3\u8d77\u4e86\u6070\u6070\u821e\u3002\u201c\u953b\u70bc\u4e00\u4e0b\u8eab\u4f53\u3001\u7cbe\u795e\u4e5f\u633a\u597d\u7684\uff0c\u4e00\u8d77\u8bf4\u8bf4\u7b11\u7b11\uff0c\u5f88\u5f00\u5fc3\u201d\uff0c55\u5c81\u7684\u6731\u963f\u59e8\u548c53\u5c81","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1371"}; 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 () { } }); }); }