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=1077&classid=4&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: 1715772911, nonceStr: 'Lst6VczxAKeRLGnn', signature: 'd6d36a932c9e53d25b74b5bf4e56f3eb2e9b4674', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\u5468\u5999\u6631\uff1a\u4e3a\u4ed6\u6211\u4eec\u505a\u4e86\u4e00\u4e2a\u7279\u6b8a\u75c5\u623f","smalltext":"\u6211\u7ec8\u4e8e\u76f8\u4fe1\u4e86\u6b7b\u4ea1\uff0c\u76f8\u4fe1\u4e86\u5927\u63d0\u7434\u4f18\u7f8e\u7684\u54c0\u6ce3\uff0c\u800c\u6211\u4ecd\u5c06\u4e3a\u4f60\u6b23\u559c\uff0c\u90a3\u4e0b\u5782\u7684\u624b\u81c2\uff0c\u5df2\u628a\u8de8\u8d8a\u5d07\u5c71\u5cfb\u5cad\u7684\u7075\u9b42\uff0c\u4ece\u6cbc\u6cfd\u5730\u4e0a\u6258\u8d77\u3002\u2014\u2014\u81f4\u61a8\u8c46\u53d4\u53d4\u53d4\u53d4\u662f\u4f4d\u62bd\u70df\u51e0\u5341\u5e74\u7684\u8001\u70df\u67aa\u4e86\uff0c\u6709\u4e2a\u5341\u5206\u8d34\u5207\u7684","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1077"}; 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 () { } }); }); }