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=1608&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: 1747189482, nonceStr: '3GCzTMVShE2NIWf4', signature: '6b200671ae481957a14e549905a5c03100ed2a6b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/75788c68ac4c853215d07aaaf956f941.jpg","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e2d\u56fd\u5de5\u7a0b\u9662\u9662\u58eb\u9996\u6b21\u5728\u5317\u6d77\u5e02\u5b9e\u65bd\u624b\u672f","smalltext":"17\u5c81\u7684\u5b66\u751f\u4e0d\u614e\u4ece3\u7c73\u5904\u8dcc\u843d\uff0c\u9020\u6210\u4e0b\u80a2\u591a\u5904\u7c89\u788e\u6027\u9aa8\u6298\u3002\u4e3a\u5c3d\u6700\u5927\u52aa\u529b\u633d\u6551\u5b69\u5b50\u7684\u672a\u6765\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u4e13\u95e8\u9080\u8bf7\u4e2d\u56fd\u5de5\u7a0b\u9662\u9662\u58eb\u3001\u521b\u4f24\u9aa8\u79d1\u4e13\u5bb6\u5f20\u82f1\u6cfd\u5230\u5317\u6d77\uff0c\u4e3a\u5b69\u5b50\u5b9e\u65bd\u624b\u672f\u3002\u8fd9\u4e5f\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1608"}; 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 () { } }); }); }