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=5020&classid=14&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: 1714393336, nonceStr: 'RUKC3tRp2gGGsQp3', signature: 'aeb1aa319bfc092f18e4e68ffa4f4bf3fd8bdfae', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202110\/4767d78562f2c4e239dcfc92616e1950.gif","title":"\u300a\u533b\u5b66\u53c2\u8003\u62a5\u300b\u533b\u9662\u7ba1\u7406\u4e13\u520a\u957f\u671f\u5f81\u7a3f\u901a\u77e5","smalltext":"\u5404\u4f4d\u59d4\u5458\u53ca\u76f8\u5173\u673a\u6784\uff1a\u76ee\u524d\uff0c\u4e13\u59d4\u4f1a\u548c\u300a\u533b\u5b66\u53c2\u8003\u62a5\u300b\u7ed3\u6210\u5408\u4f5c\u5173\u7cfb\uff0c\u627f\u62c5\u300a\u533b\u5b66\u53c2\u8003\u62a5\u300b\u533b\u9662\u7ba1\u7406\u4e13\u520a\u7684\u7ec4\u7a3f\u7f16\u8f91\u5de5\u4f5c\uff0c\u4e3a\u5927\u5bb6\u5c55\u793a\u81ea\u6211\u98ce\u91c7\u63d0\u4f9b\u4e00\u4e2a\u66f4\u597d\u7684\u5e73\u53f0\u3002\u62a5\u793e\u4e0d\u6536\u53d6\u7248\u9762\u8d39","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=5020"}; 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 () { } }); }); }