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=106&classid=10&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: 1716020133, nonceStr: 'ZgdKupAkLjWapcAx', signature: 'e5b1babe9fe119beace35ac37059d2ecdb8a056d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/a254ab040ed62a2d7c742468f8254f71.jpg","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u5341\u4e2a\u201c\u597d\u201d\u7ed9\u804c\u5de5360\u5ea6\u5168\u65b9\u4f4d\u5173\u6000","smalltext":"\u8fd9\u662f\u4e00\u5bb6\u767e\u5e74\u8001\u9662\uff0c\u7531\u610f\u5927\u5229\u7c4d\u7684\u4f20\u6559\u58eb\u8d3e\u5e08\u8c0a\u57281912\u5e74\u5efa\u7acb\uff0c107\u5e74\u7684\u53d1\u5c55\u53f2\u4e2d\uff0c\u533b\u9662\u7684\u201c\u4ec1\u7231\u5949\u732e\u3001\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\u3001\u4ee5\u804c\u5de5\u4e3a\u672c\u201d\u7684\u6587\u5316\u5f97\u5230\u4e86\u4f20\u627f\u3002\u90dd\u4e49\u5f6c\u9662\u957f\u8bf4\uff1a\u201c\u6ca1\u6709\u6ee1\u610f\u7684\u804c\u5de5\u5c31","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=106"}; 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 () { } }); }); }