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=4324&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: 1744969468, nonceStr: 'snfvqF3BMLkAXJsE', signature: 'd3d7606f78c0395a406df5739fb288616d6c6f4a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a5.12\u7279\u522b\u7684\u7231\u7ed9\u7279\u522b\u7684\u4f60","smalltext":"5\u670812\u65e5\uff0c\u5bf9\u4e8e\u533b\u7597\u754c\u662f\u4e2a\u7279\u522b\u7684\u65e5\u5b50\uff0c\u6bcf\u5f53\u8fd9\u4e00\u5929\uff0c\u5404\u4e2a\u533b\u9662\u90fd\u4f1a\u8bf5\u8bfb\u5357\u4e01\u683c\u5c14\u8a93\u8a00\uff0c\u533b\u62a4\u5de5\u4f5c\u7684\u4ef7\u503c\u611f\u90fd\u4f1a\u4f7f\u6211\u4eec\u5145\u6ee1\u4e86\u81ea\u8c6a\u3002\u800c2021\u5e74\u7684\u8fd9\u4e00\u5929\uff0c\u5bf9\u4e8e\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u533b\u52a1\u5904\u7684\u9c81\u660e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4324"}; 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 () { } }); }); }