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=1070&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: 1749446967, nonceStr: 'NLEegPccUaVvbEv5', signature: '9cc149900f1325ea8b5b055c98c649467b679fa1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u6210\u4e3a\u5e7f\u897f\u4e2d\u533b\u5916\u6cbb\u6cd5\u793a\u8303\u57fa\u5730","smalltext":"8\u670830\u65e5\uff0c\u81ea\u6cbb\u533a\u4e2d\u533b\u836f\u7ba1\u7406\u5c40\u4e0b\u53d1\u300a\u81ea\u6cbb\u533a\u4e2d\u533b\u836f\u5c40\u5173\u4e8e\u516c\u5e032019\u5e74\u5e7f\u897f\u4e2d\u533b\u5916\u6cbb\u6cd5\u793a\u8303\u57fa\u5730\u540d\u5355\u7684\u901a\u77e5\u300b\uff0c\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u540d\u5217\u5176\u4e2d\uff0c\u6210\u4e3a\u201c\u5e7f\u897f\u4e2d\u533b\u5916\u6cbb\u6cd5\u793a\u8303\u57fa\u5730\u201d\uff0c\u5c06\u53d1\u6325\u5178\u578b\u793a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1070"}; 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 () { } }); }); }