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=783&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: 1751354372, nonceStr: 'mF1yNqTbR2msTbAk', signature: '45a93d4a9928af48f5279cb9e75ece3c5b584523', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/2f0776d7789d350e0bf9b71936c2253a.jpg","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662:\u7897\u53e3\u5927\u7684\u75a4\uff0c\u4e0d\u7528\u505a\u690d\u76ae\u624b\u672f\u5c31\u80fd\u6108\u5408","smalltext":"\u201c\u592a\u5389\u5bb3\u4e86\uff0c\u7897\u53e3\u5927\u7684\u75a4\uff0c\u4e0d\u7528\u505a\u690d\u76ae\u624b\u672f\u5c31\u80fd\u6108\u5408\uff0c\u771f\u662f\u6ca1\u6709\u60f3\u5230\u201d\u8fd9\u662f\u6765\u81ea\u4e00\u540d\u4e73\u817a\u764c\u672f\u540e\u60a3\u8005\u7684\u611f\u6168\uff01\u56db\u4e2a\u6708\u524d\uff0c\u5f20\u5973\u58eb\u56e0\u60a3\u6709\u4e73\u817a\u764c\uff0c\u5728\u666e\u5916\u79d1\u884c\u4e73\u817a\u80bf\u7269\u5207\u9664\u672f\uff0c\u4f46\u7531\u4e8e\u5f20\u5973\u58eb\u4f53\u578b\u504f\u80d6\uff0c\u53f3","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=783"}; 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 () { } }); }); }