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=864&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: 1747145644, nonceStr: 'zc6namzEhTNfl0LU', signature: '96c06a4eda8195c1a0359de6fd70b8d75a9c7c4f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7eb024f2177c5a7bb6a29bff5307ead9.jpg","title":"\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u9762\u79ef6\u4e07\u5e73\u7c73\u7684\u65b0\u95e8\u6025\u8bca\u5927\u697c\u542f\u7528\u667a\u80fd\u5316\u8ba9\u60a3\u8005\u5c11\u8dd1\u8def","smalltext":"7\u670822\u65e5\uff0c\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\u65b0\u7684\u95e8\u6025\u8bca\u533b\u6280\u5927\u697c\u6b63\u5f0f\u6295\u5165\u8bd5\u8fd0\u884c\uff0c\u8fd0\u884c\u9996\u65e5\u867d\u7136\u4e0b\u8d77\u4e86\u66b4\u96e8\uff0c\u622a\u6b62\u4e0a\u534812\u70b9\u4ec5\u534a\u5929\u65f6\u95f4\u95e8\u8bca\u4eba\u6b21\u5c31\u7a81\u78344000\u4eba\u6b21\u3002\u8be5\u5927\u697c\u91c7\u7528\u76ee\u524d\u5148\u8fdb\u7684\u6570\u5b57\u5316\u3001\u667a\u80fd\u5316\u53ca\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=864"}; 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 () { } }); }); }