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=2797&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: 1749425864, nonceStr: 'phMH84gOEutN9DHk', signature: 'fd4e4f3d4e566844ff5dcf919da1c4d28d02b023', 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\u5434\u695a\u540c\u5fc3\uff0c\u6211\u4eec\u7528\u884c\u52a8\u8bc1\u660e\u201c90\u540e\u201d\u662f\u597d\u6837\u7684","smalltext":"\u8bb2\u8ff0\u4eba\uff1a\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u91cd\u75c7\u76d1\u62a4\u5ba4\u62a4\u5e08 \u90ed\u632f\u65f6\u95f4\uff1a3\u670825\u65e5\u5730\u70b9\uff1a\u6b66\u6c49\u540c\u6d4e\u533b\u9662\u5149\u8c37\u9662\u533a\u4eca\u5929\uff0c\u6c5f\u82cf\u7701\u59d4\u5e38\u59d4\uff0c\u82cf\u5dde\u5e02\u59d4\u4e66\u8bb0\u84dd\u7ecd\u654f\u7ed9\u6211\u4eec\u82cf\u5dde\u652f\u63f4\u6e56\u5317\u533b\u7597\u961f\u5168\u4f53\u201c90\u201d\u540e\u56de\u4fe1\uff0c\u4ed6\u8bf4\uff1a\u201c\u5728\u6b64","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2797"}; 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 () { } }); }); }