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=146&classid=11&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: 1746210126, nonceStr: 'ZsdBXqaxbDpvuC7H', signature: '154f6f6f1c0f787a0b5e69ee2bd829b3761776c9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u5341\u4eba\u6c11\u533b\u9662\uff1a\u97f3\u201c\u60a6\u201d\u4eba\u5fc3\uff0c\u4e3a\u60a3\u8005\u8d4b\u80fd\u97f3\u4e50","smalltext":"\u4f5c\u4e3a\u4e00\u5bb6\u6709\u957f\u8fbe109\u5e74\u5efa\u9662\u53f2\u7684\u516c\u7acb\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u6027\u533b\u9662\uff0c\u4e0a\u6d77\u5e02\u7b2c\u5341\u4eba\u6c11\u533b\u9662\/\u540c\u6d4e\u5927\u5b66\u9644\u5c5e\u7b2c\u5341\u4eba\u6c11\u533b\u9662\u59cb\u7ec8\u5c06\u60b2\u5929\u60af\u4eba\u7684\u4eba\u6587\u60c5\u6000\u4e0e\u8df5\u884c\u793e\u4f1a\u8d23\u4efb\u4f5c\u4e3a\u533b\u9662\u5b89\u8eab\u7acb\u547d\u4e4b\u672c\u3002\u4e00\u4e2a\u591a\u4e16","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=146"}; 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 () { } }); }); }