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=4748&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: 1716080884, nonceStr: 'Ued9sVpOtDaEFna2', signature: '79a892784609c5829ac844e5e3dbb6efbdb99a21', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/ae8c7cdd42da73ccb7a2572e0114da35.jpeg","title":"\u9ec4\u77f3\u7231\u5eb7\u533b\u9662\uff1a\u5728\u7231\u5eb7\uff0c\u6211\u88ab\u62a4\u58eb\u5c0f\u59d0\u59d0\u300c\u543c\u300d\u4e86","smalltext":" \u8fd1\u65e5\uff0c\u5076\u9047\u4e00\u4f4d\u60a3\u8005\u670b\u53cb\uff0c\u4ed6\u4e0d\u4ec5\u4ea4\u7ed9\u6211\u4e00\u5c01\u611f\u8c22\u4fe1\uff0c\u8fd8\u5411\u6211\u53e3\u8ff0\u4e86\u4ed6\u5728\u7231\u5eb7\u5c31\u533b\u7684\u7ecf\u5386\u3002\u5f81\u5f97\u4ed6\u7684\u540c\u610f\uff0c\u5c06\u4ed6\u7684\u300c\u7231\u5eb7\u6545\u4e8b\u300d\u5206\u4eab\u51fa\u6765\u3002 \u6211\u53eb\u5efa\u519b\uff0c\u662f\u4e00\u540d 48 \u5c81\u7684\u666e\u901a\u300c\u4e0a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4748"}; 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 () { } }); }); }