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=6639&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: 1746135680, nonceStr: '7LZ1qTEWbKlJXDiG', signature: '69bd234dfdf1cfe096ff73c3b6d9762f935aea63', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u76d1\u62a4\u5ba4\u95e8\u53e3\u7684\u54ed\u58f0","smalltext":" \u6700\u7126\u8651\u4e0d\u5b89\uff0c\u5d29\u6e83\u7684\u5fc3\u60c5\uff0c\u83ab\u8fc7\u4e8e\u91cd\u75c7\u76d1\u62a4\u5ba4\u95e8\u53e3\u6f2b\u957f\u7684\u7b49\u5f85\uff0c\u91cd\u75c7\u76d1\u62a4\u5ba4\u95e8\u5916\u7684\u5b88\u62a4\uff0c\u4e0d\u80fd\u63a2\u89c6\u7684\u714e\u71ac\uff0c\u75db\u82e6\u548c\u5fc3\u75db\u3002\u8fd9\u4e00\u95e8\u4e4b\u9694\u6210\u4e86\u8bb8\u591a\u75c5\u4eba\u4e0e\u5bb6\u5c5e\u4e4b\u95f4\u6700\u9065\u8fdc\u7684\u8ddd\u79bb\u3002\u90a3\u662f\u4e00\u4e2a\u9634\u96e8\u7ef5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6639"}; 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 () { } }); }); }