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=6898&classid=5&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: 1752923300, nonceStr: 'ZpAwulC4GoD4ycJv', signature: '9d673e197c9553e05759c71d6afaf84f4f9698ee', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u6cf0\u5eb7\u533b\u9662\uff1a10\u5143\u661f\u8fb0\u662f8\u5c81\u5929\u4f7f\u7684\u6c38\u6052\u9988\u8d60","smalltext":"\u5728\u5b89\u5b81\u7597\u62a4\u7684\u54f2\u5b66\u91cc\uff0c10\u5143\u80fd\u4e08\u91cf\u4ec0\u4e48\uff1f\u6216\u8bb8\u662f\u4e00\u9897\u7ae5\u5fc3\u5bf9\u4e16\u754c\u7684\u5168\u90e8\u4fe1\u4efb\uff0c\u662f\u4e00\u4e2a\u5bb6\u5ead\u7a7f\u8d8a\u60b2\u75db\u7684\u6e29\u67d4\u529b\u91cf\uff0c\u66f4\u662f\u533b\u7597\u4eba\u6587\u7cbe\u795e\u6700\u8f7b\u76c8\u4e5f\u6700\u6c89\u91cd\u7684\u6ce8\u811a\u3002\u5728\u56db\u5ddd\u6cf0\u5eb7\u533b\u9662\u5b89\u5b81\u7597\u62a4\u75c5\u623f\u7684\u7eaa\u5ff5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6898"}; 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 () { } }); }); }