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=4989&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: 1744317891, nonceStr: 'qmFJVEoS3drv1VcM', signature: '91cae1e60b3fd8f07d6bd4d1865ef5be5537385d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202109\/112f727681dc46ccb59f3cab09734103.jpg","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u63d0\u4ea4\u5165\u515a\u7533\u8bf7\u4e66\u4e0d\u5230\u4e00\u4e2a\u6708\uff0c\u5979\u5c31\u8e0f\u4e0a\u4e86\u9a70\u63f4\u54c8\u5c14\u6ee8\u7684\u5f81\u7a0b\u2026\u2026","smalltext":"9\u670824\u65e5\u65e9\u66686\u70b9\uff0c\u6566\u5316\u5e02\u533b\u9662\u68c0\u9a8c\u79d1\u9aa8\u5e72\u859b\u73b2\u540c\u5fd7\u7d27\u6025\u51fa\u53d1\uff0c\u8e0f\u4e0a\u4e86\u9a70\u63f4\u54c8\u5c14\u6ee8\u7684\u5f81\u7a0b\u3002\u73b0\u5e7432\u5c81\u7684\u859b\u73b2\u662f\u6566\u5316\u5e02\u533b\u9662\u68c0\u9a8c\u79d1\u7684\u4e00\u540d\u68c0\u9a8c\u5e08\uff0c\u6b64\u6b21\u5979\u7684\u4e3b\u8981\u4efb\u52a1\u662f\u652f\u63f4\u54c8\u5c14\u6ee8\u5f00\u5c55\u6838\u9178\u68c0\u6d4b\u5de5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4989"}; 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 () { } }); }); }