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=1532&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: 1747194006, nonceStr: 'hBCHdEvPyGLXUcHJ', signature: '2bfbf91fe5305c45a98a3fb8292f9a37b924d2a2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/eccd4aa2390e057b586fc39b2afa9b65.jpg","title":"\u8fde\u4e91\u6e2f\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6211\u771f\u7684\u6ca1\u60f3\u5230\u4ed6\u662f\u8dea\u7740\u7ed9\u6211\u505a\u624b\u672f\u7684","smalltext":"\u201c\u5f53\u65f6\u53ea\u6709\u4fa7\u7740\u8eab\u5b50\u90a3\u4e2a\u59ff\u52bf\u80fd\u8ba9\u6211\u7a0d\u5fae\u597d\u53d7\u70b9\uff0c\u6ca1\u60f3\u5230\uff0c\u5374\u8ba9\u4ed6\u8dea\u5728\u5730\u4e0a\u4e3a\u6211\u505a\u4e86\u624b\u672f\uff0c\u771f\u7684\u592a\u8ba9\u6211\u611f\u52a8\u4e86.......\u201d\u63d0\u53ca12\u670813\u65e5\u624b\u672f\u7684\u7ecf\u5386\uff0c\u4eca\u5e7472\u5c81\u7684\u738b\u677e\u4e1a\u8001\u4eba\u773c\u7736\u6e7f\u6da6\uff0c\u8bed\u8c03\u8f7b\u98a4\uff0c\u4f9d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1532"}; 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 () { } }); }); }