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=6726&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: 1715616987, nonceStr: 'mXzQYV8OzVzeWkEo', signature: '9a6c6059c8732921d21b82204c0daf19cac284f9', 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\u5341\u5e74\u91cd\u75c7\u8def,\u7537\u62a4\u58eb\u7684\u4eba\u6587\u60c5\u6000\u4e0e\u575a\u5b88","smalltext":"\u6211\u662f\u4e00\u540d\u91cd\u75c7\u533b\u5b66\u79d1\u7537\u62a4\u58eb\uff0c\u4ece\u4e8b\u5371\u91cd\u75c7\u60a3\u8005\u62a4\u7406\u5de5\u4f5c\u5df2\u670910\u4f59\u5e74\u3002\u8fd910\u4f59\u5e74\u7684\u65f6\u5149\uff0c\u4eff\u4f5b\u662f\u4e00\u6761\u6f2b\u957f\u800c\u66f2\u6298\u7684\u6cb3\u6d41\uff0c\u6211\u5728\u5176\u4e2d\u7a7f\u884c\uff0c\u89c1\u8bc1\u7740\u751f\u547d\u7684\u8d77\u4f0f\u4e0e\u53d8\u8fc1\uff0c\u611f\u53d7\u7740\u533b\u9662\u8fd9\u4e2a\u7279\u6b8a\u73af\u5883\u4e2d\u7684\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6726"}; 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 () { } }); }); }