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=701&classid=3&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: 1714631632, nonceStr: 'SKPZqXSF9uy95iAA', signature: '75e6525555ab9daf7e72175186faf6c3ceb522d1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/9894c36287dd0cfeb43e7298a24d8190.jpg","title":"\u59d4\u5458\u59dc\u6653\u71d5\uff1a\u4e09\u5341\u8f7d\u82b3\u534e\u90fd\u4ed8 \u533b\u5b66\u4eba\u6587\u60c5\u6df1\u5904","smalltext":" \u5728\u4f18\u8d28\u670d\u52a1\u7684\u521b\u65b0\u5b9e\u8df5\u4e2d\uff0c\u5979\u662f\u5927\u80c6\u7684\u5148\u884c\u8005\uff1b\u5728\u6807\u51c6\u5316\u6c9f\u901a\u7684\u8bfe\u9898\u7ec4\uff0c\u5979\u662f\u4e25\u8c28\u7684\u5b9e\u9a8c\u5458\uff1b\u5728\u533b\u5b66\u4eba\u6587\u7684\u5ba3\u8bb2\u53f0\uff0c\u5979\u662f\u5a13\u5a13\u800c\u8c08\u7684\u826f\u5e08\uff1b\u5728\u4e0e\u533b\u62a4\u4fc3\u819d\u800c\u8c08\u65f6\uff0c\u5979\u662f\u9ed8\u9ed8\u503e\u542c\u7684\u53cb\u4eba\u3002\u4e09\u5341","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=701"}; 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 () { } }); }); }