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=6647&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: 1716227464, nonceStr: 'g4UcqvDy3FsgURdb', signature: '3a99f49d2ddef15a34c9a783e27c77eb13a405a5', 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\u65b0\u7684\u751f\u547d\uff0c\u5fc3\u7684\u5475\u62a4","smalltext":"\u6458\u8981\uff1a\u672c\u6587\u901a\u8fc7\u6848\u4f8b\u5f62\u5f0f\u4ecb\u7ecd\u79d1\u5ba4\u4eba\u6587\u62a4\u7406\u670d\u52a1\u521b\u65b0\u8fc7\u7a0b\uff0c\u5f62\u6210\u5177\u6709\u4e13\u79d1\u7279\u8272\u7684\u201c\u521b\u65b0\u4eba\u6587\u62a4\u7406\u670d\u52a1\u201d\u9662\u5185+\u9662\u5916\u4e00\u7ad9\u5f0f\u62a4\u7406\u670d\u52a1\u6a21\u5f0f\uff0c\u5305\u62ec\u9662\u5185\u4eba\u6587\u62a4\u7406\u521b\u65b0\u5b9e\u8df5\u4e2d\u7684\u65e9\u4ea7\u513f\u201c\u5475\u62a4\u7cfb\u5217\u201d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6647"}; 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 () { } }); }); }