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=3653&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: 1726880659, nonceStr: 'cOQwY4ykaPFCQWEX', signature: '103cb9947941b16eeb13e9c44a4638e74fa87350', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202009\/d990671137109cac3f46fd07d7f94c09.gif","title":"2020\u5e74\u5168\u56fd\u533b\u9662\u516c\u76ca\u98ce\u4e91\u699c\u6d3b\u52a8\u65b9\u6848\u7ec6\u5219","smalltext":"\u5404\u533b\u7597\u673a\u6784\uff1a\u533b\u9662\u7684\u516c\u76ca\u6027\u662f\u8bc4\u4ef7\u533b\u9662\u7ba1\u7406\u6c34\u5e73\u548c\u670d\u52a1\u8d28\u91cf\u7684\u91cd\u8981\u6307\u6807\uff0c\u662f\u5b9e\u73b0\u533b\u6539\u76ee\u6807\u7684\u91cd\u70b9\u548c\u70ed\u70b9\uff0c\u662f\u8861\u91cf\u533b\u9662\u4eba\u6587\u54c1\u724c\u4ef7\u503c\u7684\u91cd\u8981\u6807\u6746\u3002\u8fd1\u4e09\u5e74\u6765\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3653"}; 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 () { } }); }); }