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=2332&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: 1747124400, nonceStr: 'ApY1oGodkHUuCuC4', signature: 'ef19fa0b0590894cf583bc87685409d7bcb76b27', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/f614caac0c35a94f87ddd3c242806819.jpg","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a5\u5c81\u5973\u5b69\u7684\u4fe1\u6ee1\u7bc7\u662f\u201c\u6697\u53f7\u201d \u5728\u6218\u75ab\u4e00\u7ebf\u7684\u5988\u5988\u8bfb\u51fa\u4e86\u7231\u610f","smalltext":"\u201c\u5e78\u597d\u6709\u7ffb\u8bd1\u201d\u201c\u7ffb\u8bd1\u8fc7\u6765\u662f\u4e00\u5c01\u5f88\u6709\u5185\u6db5\u7684\u4fe1\u201d\u201c\u53ea\u6709\u5988\u5988\u80fd\u8bfb\u61c2\u7684\u4fe1\uff0c\u592a\u6709\u7231\u4e86\u201d\u201c\u8d34\u5fc3\u5c0f\u68c9\u8884\u201d\uff0c\u4e00\u4f4d\u5728\u6218\u75ab\u4e00\u7ebf\u7684\u5988\u5988\u628a\u5973\u513f\u6ee1\u662f\u201c\u6697\u53f7\u201d\u7684\u4fe1\u201c\u7ffb\u8bd1\u201d\u540e\u53d1\u5230\u4e86\u670b\u53cb\u5708\uff0c\u6536\u83b7\u4e86\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2332"}; 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 () { } }); }); }