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=1993&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: 1747135305, nonceStr: '4jZ52KASt6bkBwrD', signature: '3c1587a5436cbe021cc0b8f56ec787b1e95fa1c8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6765\u81ea\u88ab\u9694\u79bb\u533b\u5b66\u89c2\u5bdf\u8005\u7684\u58f0\u97f3","smalltext":"\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u6253\u4e71\u4e86\u5f88\u591a\u4eba\u7684\u751f\u6d3b\u4e91\u5357\u7701\u5168\u7701\u536b\u5065\u7cfb\u7edf\u804c\u5de5\u53d6\u6d88\u6625\u8282\u4f11\u5047\u4e00\u4f4d\u4f4d\u533b\u52a1\u5de5\u4f5c\u8005\u5954\u8d74\u6297\u75ab\u4e00\u7ebf\u5230\u540e\u6765\u8fd9\u4e0d\u4ec5\u4ec5\u662f\u4e00\u4e2a\u804c\u4e1a\u5bf9\u75c5\u6bd2\u7684\u5bf9\u6297\u8b66\u5bdf\u3001\u73af\u536b\u3001\u57ce\u7ba1\u3001\u793e\u533a......\u54ea\u6015","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1993"}; 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 () { } }); }); }