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=2&classid=2&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: 1746092682, nonceStr: 'KntfYlHLQ3NONfaq', signature: 'acbfdd9cee6b5ccf255284d9d7c78faef3162d84', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534f\u4f1a\u9886\u5bfc","smalltext":"\u540d\u8a89\u4e3b\u5e2d\uff1a \r\n\u5f6d\u73ee\u4e91 \u7b2c\u4e5d\u5c4a\u5168\u56fd\u4eba\u5927\u526f\u59d4\u5458\u957f \r\n \r\n\u540d\u8a89\u7406\u4e8b\u957f\uff1a\r\n\u674e\u5efa\u534e \u534f\u4f1a\u7b2c\u4e8c\u5c4a\u7406\u4e8b\u957f\u3001\u539f\u89e3\u653e\u519b\u603b\u540e\u536b\u751f\u90e8\u90e8\u957f\r\n\u66f9\u8363\u6842 \u539f\u536b\u751f\u90e8\u526f\u90e8\u957f\r\n\u9ec4\u6d01\u592b \u539f\u536b\u751f\u90e8\u526f\u90e8\u957f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=2&id=2"}; 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 () { } }); }); }