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=1871&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: 1751696595, nonceStr: 'OyMY2xSeVnQSBmQU', signature: '4283e84ac9849ece7dbdc93e3b7315ae54732820', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/c52c3f9ee2a252d7d9a9deb917299031.jpg","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662:\u9632\u62a4\u670d\u4e0a\u7684\u4e00\u9897\u201c\u5fc3\u201d","smalltext":"\u201c\u6211\u4eec\u7ec4\u67095\u4e2a\u7ec4\u5458\uff0c\u5979\u4eec\u6bcf\u6b21\u8fdb\u75c5\u623f\u524d\u6211\u90fd\u4f1a\u5728\u9632\u62a4\u670d\u4e0a\u753b\u4e00\u9897\u5fc3\uff0c\u867d\u7136\u6211\u7684\u7ed8\u753b\u80fd\u529b\u4e0d\u597d\uff0c\u4f46\u8fd9\u662f\u6211\u7684\u5fc3\u610f\uff0c\u5e0c\u671b\u5979\u4eec\u5065\u5eb7\u5e73\u5b89\u3002\u201d\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u7b2c\u4e8c\u6279\u533b\u7597\u6551\u63f4\u961f\u961f\u5458\u674e\u6653","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1871"}; 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 () { } }); }); }