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=937&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: 1714789557, nonceStr: '5vjOB2fv6QZzO2Gf', signature: '43d676af30b07fe3bfc3be9d5343f6b89c4ba4dc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/fbd682bd47b90f8a1d839cf881e7b825.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4e03\u5915\u8282\uff0c\u533b\u8005\u7684\u5341\u4e8c\u65f6\u8fb0","smalltext":"\u8fd9\u662f\u60a8\u4e5f\u8bb8\u719f\u6089\u7684\u4e00\u5ea7\u57ce\uff0c\u8fd9\u662f\u60a8\u4e5f\u8bb8\u719f\u6089\u7684\u4e00\u53cc\u773c\uff0c\u8fd9\u662f\u60a8\u4e5f\u8bb8\u719f\u6089\u7684\u4e00\u53cc\u624b\uff0c\u8fd9\u662f\u60a8\u6211\u8eab\u8fb9\u5bfb\u5e38\u7684\u8eab\u5f71\uff0c\u8fd9\u662f\u60a8\u6211\u8eab\u8fb9\u5bfb\u5e38\u7684\u53cb\u4eba\u3002\u4ed6\u4eec\u4e5f\u6709\u548c\u6211\u4eec\u4e00\u6837\u7684\u559c\u6012\u54c0\u4e50\uff0c\u4ed6\u4eec\u4e5f\u6709\u548c\u6211\u4eec\u4e00\u6837\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=937"}; 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 () { } }); }); }