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=5028&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: 1743722344, nonceStr: 'CHl6WoXQoRsvOtEj', signature: 'dc221fd2a0dd47bc6f7ecb7ec0e3741406cb69ed', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202111\/24a94df4f2640af2edcac40658c73309.jpg","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\uff1a\u4eba\u6587\u5173\u6000\u2014\u7efd\u653e\u9aa8\u80bf\u7624\u60a3\u513f\u672a\u6765","smalltext":" \u5168\u4e16\u754c\u8303\u56f4\u5185\u6bcf\u5e74\u6709\u8d85\u8fc738\u4e070-19\u5c81\u7684\u513f\u7ae5\u548c\u9752\u5c11\u5e74\u88ab\u8bca\u65ad\u4e3a\u6076\u6027\u80bf\u7624\uff0c\u5176\u4e2d\u5305\u62ec\u9aa8\u80bf\u7624\u3002\u56e0\u4e3a\u75be\u75c5\u672c\u8eab\u3001\u624b\u672f\u6216\u5316\u7597\u7b49\u5bfc\u81f4\u9020\u8840\u529f\u80fd\u548c\u673a\u4f53\u514d\u75ab\u529b\u53d7\u635f\uff0c\u52a0\u91cd\u60a3\u513f\u548c\u7167\u987e\u8005\u751f\u7406\u3001\u5fc3","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5028"}; 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 () { } }); }); }