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=3604&classid=14&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: 1714817637, nonceStr: 'GkFAtQ7v4Or9izt3', signature: '77f159bd19ca29b09d374343491f7175e1167368', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/15bf5f13bb63cad6def0f25bb33a2a92.jpg","title":"\u5173\u4e8e\u5f81\u96c62020\u5e74\u5168\u56fd\u533b\u9662\u516c\u76ca\u98ce\u4e91\u699c\u6570\u636e\u7684\u901a\u77e5","smalltext":"\u5404\u533b\u7597\u673a\u6784\uff1a\u516c\u76ca\u4e3a\u533b\u9662\u4e4b\u6027\uff0c\u4eba\u6587\u4e3a\u533b\u9662\u4e4b\u672c\u3002\u4e3a\u8fdb\u4e00\u6b65\u8d2f\u5f7b\u843d\u5b9e\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5173\u4e8e\u201c\u4eba\u6c11\u81f3\u4e0a\u3001\u751f\u547d\u81f3\u4e0a\u201d\u548c\u201c\u8981\u6beb\u4e0d\u52a8\u6447\u628a\u516c\u76ca\u6027\u5199\u5728\u533b\u7597\u536b\u751f\u4e8b\u4e1a\u7684\u65d7\u5e1c\u4e0a\u201d\u7684\u91cd\u8981\u6307\u793a\u7cbe\u795e\uff0c\u4e2d\u56fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=3604"}; 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 () { } }); }); }