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=6650&classid=14&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: 1716223832, nonceStr: 'j9yJOf1m0OznhEDq', signature: 'e5dc43526ef6492a0097bb052ece359ac87d83c9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u8ffd\u5149\u8d76\u6708\u83ab\u505c\u7559 \u5e73\u829c\u5c3d\u5904\u662f\u6625\u5c71","smalltext":"\u5728\u751f\u547d\u7684\u65e0\u5c3d\u957f\u6cb3\u4e2d\uff0c\u6bcf\u4e2a\u4eba\u90fd\u662f\u4e00\u8258\u5b64\u72ec\u7684\u8239\uff0c\u5728\u832b\u832b\u7684\u5927\u6d77\u4e0a\u822a\u884c\u3002\u800c\u5728\u8fd9\u822a\u884c\u7684\u8fc7\u7a0b\u4e2d\uff0c\u603b\u6709\u90a3\u4e48\u4e9b\u5fae\u5149\uff0c\u6216\u7ed9\u6211\u4eec\u6e29\u6696\uff0c\u6216\u4e3a\u6211\u4eec\u6307\u660e\u65b9\u5411\uff0c\u7167\u4eae\u524d\u884c\u7684\u8def\u2026\u2026\u7b2c\u4e00\u6b21\u611f\u53d7\u5149\u660e\u7684\u91cd\u8981\uff0c\u662f\u548c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6650"}; 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 () { } }); }); }