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=6604&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: 1743703403, nonceStr: 'HnO5UvaZ5ob75uoL', signature: '0b2181e4d15bc32abafaf8310f62c64deac5c003', 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\u518d\u89c1\uff0c\u6211\u4eec\u660e\u5e74\u518d\u89c1","smalltext":"\u7a97\u5916\u7684\u94f6\u674f\u53f6\u53c8\u843d\u4e86\u4e00\u5730\uff0c\u900f\u8fc7\u6726\u80e7\u7684\u7a97\uff0c\u90a3\u51e0\u7247\u6447\u66f3\u7684\u9ec4\u53f6\u663e\u5f97\u7279\u522b\u7684\u575a\u5f3a\uff0c\u4e00\u5982\u8bc9\u8bf4\u77402023\u7684\u6545\u4e8b\uff0c\u90a3\u4e00\u5e55\u5e55\u7684\u753b\u9762\u4e0d\u65ad\u6d6e\u73b0\u5728\u773c\u524d\u3002\uff08\u4e00\uff097\u67081\u65e5\uff0c\u6211\u548c\u5b9a\u6c5f\u9547\u4e2d\u5fc3\u536b\u751f\u9662\u7684\u533b\u751f\u4eec\u4e00\u8d77\u5bf9\u82d4\u5858","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6604"}; 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 () { } }); }); }