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=550&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: 1716024022, nonceStr: 'G355DvKQ7lztC5Mi', signature: '8185d43714b7464ef2c523f2c1b94ac9298d5748', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/7d64933d11efcfd17def438efa5e43b4.jpg","title":"\u9ed1\u9f99\u6c5f\u7701\u533b\u9662\uff1a\u8fd9\u4e2a\u533b\u751f\u7231\u201c\u6367\u81ed\u811a\u201d","smalltext":"\u4e0a\u73ed\u9999\u9999\u7684\uff0c\u4e0b\u73ed\u81ed\u81ed\u7684\u3002\u8fd9\u662f\u533b\u751f\u674e\u4f73\u4e50\u7684\u771f\u5b9e\u5199\u7167\u3002\u674e\u4f73\u4e50\u662f\u9ed1\u9f99\u6c5f\u7701\u533b\u9662\u5357\u5c97\u9662\u533a\u5468\u56f4\u8840\u7ba1\u5916\u79d1\u7684\u533b\u751f\uff0c\u79d1\u91cc\u7ecf\u5e38\u6536\u6cbb\u8db3\u90e8\u4e25\u91cd\u6e83\u70c2\u7684\u60a3\u8005\uff0c\u7ed9\u60a3\u8005\u6362\u836f\u662f\u674e\u4f73\u4e50\u6bcf\u5929\u5fc5\u987b\u5b8c\u6210\u7684\u201c\u4f5c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=550"}; 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 () { } }); }); }