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=4492&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: 1744318506, nonceStr: '2VN4XgHLs8vP4nCj', signature: '377e7ec5b2e87962a706013839548f786468d4e9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/c663f3de858b2d7d20cb569a2089d366.png","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u85aa\u706b\u76f8\u4f20 \u94f8\u5c31\u8f89\u714c","smalltext":"\u767e\u5e74\u5f81\u7a0b\uff0c\u98ce\u534e\u6b63\u76db\uff0c\u4f55\u5176\u6709\u5e78\uff0c\u751f\u9022\u5176\u65f6\u3002\u8001\u4e00\u8f88\u5171\u4ea7\u515a\u4eba\u524d\u8d74\u540e\u7ee7\uff0c\u7528\u751f\u547d\u548c\u9c9c\u8840\u4fdd\u536b\u548c\u5efa\u8bbe\u7684\u7956\u56fd\uff0c\u6b63\u4ee5\u751f\u673a\u52c3\u52c3\u7684\u59ff\u6001\u7ef5\u5ef6\u4e0d\u606f\u3002\u661f\u661f\u4e4b\u706b\uff0c\u94f8\u5c31\u5927\u56fd\u529b\u91cf\uff0c\u4f5c\u4e3a\u4e00\u540d\u533b\u7597\u5de5\u4f5c\u8005\uff0c\u6211\u613f\u4f20\u627f\u8fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4492"}; 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 () { } }); }); }