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=3238&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: 1716141900, nonceStr: 'f02SfWYj3zYoQSXB', signature: 'df363338d27ab143e0415b5d9de27f0b4d0c9dd5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5de7\u624b\u9664\u75c5\u75db \u60a3\u8005\u9001\u9526\u65d7\u8868\u611f\u8c22","smalltext":"\u201c\u4f60\u4eec\u771f\u662f\u5de7\u624b\uff0c\u4e3a\u6211\u7236\u4eb2\u89e3\u9664\u4e86\u75c5\u75db\u6298\u78e8\uff0c\u8981\u4e0d\u7136\uff0c\u4ed6\u75bc\u75db\u65f6\u6211\u4eec\u4e5f\u4e0d\u77e5\u9053\u8be5\u548b\u529e\uff1f\u201d4\u670827\u65e5\uff0c\u5728\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u9aa8\u79d1\u533b\u751f\u529e\u516c\u5ba4\uff0c\u4e00\u4f4d40\u591a\u5c81\u7684\u5e74\u8f7b\u4eba\u5c06\u4e00\u9762\u5199\u6709\u201c\u5fb7\u827a\u53cc\u99a8\u6dfb\u65b0\u5f69\uff0c\u4e30\u529f\u4f1f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3238"}; 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 () { } }); }); }