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=526&classid=11&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: 1714924596, nonceStr: 'ZvvNvrLp9xeXkmrN', signature: '5eadf57f5ee426e4c41c29d9951fef7cd63f2f53', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/35eec355d69c2bfacb1eef291717d3d1.png","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u4e2d\u533b\u6574\u810a\u6cbb\u672c\u9664\u75be","smalltext":"\u8fd1\u65e5\uff0c\u5e74\u8fc770\u7684\u5b8b\u8273\u79cb\u963f\u59e8\u5c06\u4e24\u9762\u5d2d\u65b0\u7684\u9526\u65d7\u9001\u5230\u4e86\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u63a8\u62ff\u79d1\u4e8e\u4f1a\u7fa4\u62a4\u957f\u7684\u624b\u4e2d\uff0c\u6253\u5f00\u9526\u65d7\uff0c\u4e00\u9762\u8d60\u4e88\u6797\u8fdc\u65b9\u4e3b\u4efb\uff0c\u4e00\u9762\u8d60\u4e88\u674e\u4f1f\u68ee\u533b\u751f\u3002\u5728\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u63a8\u62ff\u79d1\uff0c\u5728\u63a8\u62ff\u79d1\uff0c\u65f6\u6709\u60a3\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=526"}; 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 () { } }); }); }