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=4453&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: 1744327963, nonceStr: 'u4NyTdlDsAaeHWj4', signature: '3d9e7a6ce312af04ca148dd4c1069b967073a238', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/254a8fa7c9091cf330fa5afc61260ac0.png","title":"\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\uff1a\u4e00\u5c01\u5b9e\u540d\u201c\u6295\u8bc9\u4fe1\u201d","smalltext":"\u8fd9\u4e24\u5929\uff0c\u6cb3\u5357\u7701\u80bf\u7624\u533b\u9662\u515a\u529e\u4e3b\u4efb\u9648\u4f1f\u826f\u6536\u5230\u4e86\u4e00\u5c01\u9488\u5bf9\u8be5\u9662\u4e73\u4e03\u79d1\u515a\u652f\u90e8\u53ca\u5168\u4f53\u515a\u5458\u7684\u201c\u6295\u8bc9\u4fe1\u201d\u3002\u5199\u4fe1\u4eba\u674e\u5927\u59d0\uff0c\u4eca\u5e7467\u5c81\uff0c\u56db\u5e74\u524d\u88ab\u786e\u8bca\u4e3a\u4e73\u817a\u764c\uff0c\u5148\u540e\u7ecf\u5386\u4e86\u624b\u672f\u3001\u5316\u7597\uff0c\u76f4\u52302019\u5e74\u51fa","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4453"}; 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 () { } }); }); }