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=6710&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: 1715941821, nonceStr: 'ZapIiChB05LsBTAO', signature: 'dab4a744ce3c643eb9615d827e584f38a306a38c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u8eab\u5728\u4e95\u9685\uff0c\u5fc3\u5411\u661f\u5149","smalltext":"\u665a\u996d\u540e\u53bb\u5c0f\u513f\u9aa8\u79d1\u4f1a\u8bca\uff0c\u521a\u5230\u75c5\u623f\u95e8\u53e3\uff0c\u88ab\u4e24\u4e2a\u5973\u5b69\u5438\u5f15\uff0c\u5176\u4e2d\u5e74\u9f84\u5927\u4e00\u70b9\u7684\u5973\u5b69\u5c31\u662f\u6211\u8981\u4f1a\u8bca\u7684\u75c5\u4eba\u3002\u5979\uff0c\u7ea6\u83ab14-15\u5c81\uff0c\u80a4\u5982\u51dd\u8102\uff0c\u767d\u7699\u51c0\u900f\uff0c\u68d5\u8272\u7684\u957f\u53d1\u72b9\u5982\u6d41\u52a8\u7684\u7011\u5e03\uff0c\u67d4\u987a\u800c\u6709\u5149\u6cfd\uff0c\u5341\u5206\u6574\u9f50","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6710"}; 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 () { } }); }); }