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=3459&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: 1714507981, nonceStr: 'IM2Aj7BX4P2uljhm', signature: '6978ec71c33d5d4c49583714c6e4709e0a433009', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/626831b7e97dff30a6805af4074ff802.jpg","title":"\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u201c\u5e38\u7231\u7ae5\u5fc3\u201d\u516c\u76ca\u9879\u76ee\u518d\u5ea6\u7ed3\u7f18\u65b0\u7586\u4e4c\u6070","smalltext":"\u53bb\u5e7410\u6708\uff0c\u5e38\u5dde\u5e02\u201c\u5e38\u7231\u7ae5\u5fc3\u201d\u6551\u52a9\u5148\u5929\u6027\u5fc3\u810f\u75c5\u513f\u7ae5\u9879\u76ee\u9996\u6b21\u7275\u624b\u65b0\u7586\u513f\u7ae5\uff0c\u6210\u529f\u4e3a\u6765\u81ea\u4e4c\u6070\u76845\u540d\u5148\u5fc3\u75c5\u513f\u7ae5\u5b8c\u6210\u4e86\u201c\u8865\u5fc3\u201d\u624b\u672f\u3002\u4eca\u5e746\u670815\u65e5\uff0c\u201c\u5e38\u7231\u7ae5\u5fc3\u201d\u9879\u76ee\u518d\u5ea6\u628a\u7231\u5fc3\u7684\u79cd\u5b50\u64ad","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3459"}; 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 () { } }); }); }