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=6643&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: 1716221664, nonceStr: 'Ef2j6vDJ5vgng2Ys', signature: 'a0acbd7112b1d29d50d701dbd856ef4e5207c035', 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\u6709\u65f6\u53bb\u6cbb\u6108\uff0c\u5e38\u5e38\u53bb\u5e2e\u52a9\uff0c\u603b\u662f\u53bb\u5b89\u6170","smalltext":"\u4eca\u59291\u670831\u53f7\uff0c\u661f\u671f\u4e8c\uff0c\u5929\u516c\u4f9d\u7136\u4f5c\u7f8e\uff0c\u9633\u5149\u5f88\u6e29\u6696\uff0c\u51e0\u4e4e\u53cc\u76ee\u5931\u660e\u7684\u6d77\u6d6a\u51fa\u9662\u4e86\uff0c\u4e0a\u5348\u4e5d\u70b9\u591a\u6211\u7279\u610f\u62bd\u51fa\u65f6\u95f4\u98de\u5954\u81f3\u75c5\u623f\uff0c\u539f\u5148\u4ed6\u4f4f\u7684\u90a3\u4e2a\u5e8a\u5df2\u7ecf\u6362\u4e86\u65b0\u9762\u5b54\uff0c\u6211\u53bb\u697c\u68af\u95f4\u3001\u7535\u68af\u5904\u627e\u5bfb\u4ed6\u4eec\u7684\u8eab\u5f71\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6643"}; 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 () { } }); }); }