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=851&classid=4&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: 1715942657, nonceStr: 'zFU73RZIwa4SsyvP', signature: '4c0ce69a79685c916ac8a06da8149cdf1acf2235', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/62e2e36d9675a4a6b4c3e55747fc81b3.jpg","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\u82cf\u5bb6\u6625\uff1a\u4ece\u5341\u5b57\u8def\u53e3\u7684\u56f0\u987f\u601d\u8003\u5230\u4eba\u6587\u5efa\u8bbe\u7684\u6267\u7740\u8df5\u884c","smalltext":"\u8fd1\u4e24\u5e74\u6765\uff0c\u533b\u5b66\u4eba\u6587\u6e10\u6e10\u6210\u4e86\u4e00\u4e2a\u70ed\u8bcd\uff0c\u884c\u4e1a\u5185\u4e5f\u5e38\u628a\u5b83\u4f5c\u4e3a\u4f53\u73b0\u516c\u76ca\u6027\u529e\u533b\u7684\u91cd\u8981\u6307\u6807\u800c\u5907\u53d7\u91cd\u89c6\uff0c\u9762\u5bf9\u8fd9\u6837\u4e00\u4e2a\u597d\u7684\u5c40\u9762\uff0c\u4f5c\u4e3a\u4e00\u540d\u4e00\u7ebf\u7684\u533b\u5b66\u4eba\u6587\u5de5\u4f5c\u8005\u6b23\u6170\u4e4b\u4f59\uff0c\u4e0d\u7531\u65f6\u5e38\u60f3\u8d77\u8fd9\u4e9b\u5e74\u8d70","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=851"}; 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 () { } }); }); }