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=5257&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: 1743764378, nonceStr: 'qg03B3K18dkMmLou', signature: '7c750219ef90745f22d9cd57a846de4413fced69', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u4e09\u5730\u6218\u75ab\u7537\u62a4 \u5728\u91c7\u6837\u7ed3\u675f\u56de\u5bb6\u8def\u4e0a\u51fa\u624b\u6551\u63f4","smalltext":"3\u670818\u65e5\u4e0b\u5348\uff0c\u5728\u5434\u4e2d\u533a\u5b59\u6b66\u8def\u4e0e\u59da\u820d\u8def\u4ea4\u53c9\u8def\u53e3\uff0c\u521a\u5b8c\u6210\u533a\u57df\u6838\u9178\u91c7\u6837\u4efb\u52a1\u5f00\u8f66\u56de\u5bb6\u7684\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u9ebb\u9189\u5b66\u90e8\u62a4\u58eb\u9648\u7855\u53d1\u73b0\u4e00\u8f86\u767d\u8272\u8f7f\u8f66\u65c1\u505c\u7740\u4e00\u8f86\u4fa7\u7ffb\u4e09\u8f6e\u8f66\uff0c\u4e00\u4f4d\u5927\u53d4\u5750\u5728\u5730\u4e0a\uff0c\u53e6\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5257"}; 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 () { } }); }); }