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=6480&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: 1743764922, nonceStr: 'WZQUvwlCNhCqLwqA', signature: '230e0bc128a30bb86e0a4c60802d0fc5b6be2d9a', 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\u4fe1\u4efb","smalltext":" \u4eca\u5929\u548c\u5f80\u5e38\u4e00\u6837\uff0c\u6211\u4e0e\u591c\u73ed\u62a4\u58eb\u884c\u4ea4\u63a5\u73ed\u540e\uff0c\u4fbf\u6765\u5230\u75c5\u623f\u67e5\u623f\u3002\u5230\u4e8645\u5e8a\u738b\u963f\u59e8\u6240\u5728\u7684\u623f\u95f4\uff0c\u738b\u963f\u59e8\u662f\u4e00\u4f4d\u4e3b\u52a8\u8109\u74e3\u74e3\u819c\u7f6e\u6362\u672f\u52a0\u4e8c\u5c16\u74e3\u74e3\u819c\u7f6e\u6362\u672f\u7684\u60a3\u8005\uff0c\u672f\u540e\u8eab\u4f53\u673a\u80fd\u4ee5\u53ca\u5fc3\u529f\u80fd\u6062\u590d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6480"}; 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 () { } }); }); }