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=785&classid=4&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: 1729233083, nonceStr: 'zDj5b99Gid9Svzuz', signature: '2c26f86323108550bf2bdacec9374df88a51b468', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/bc9670b4ae5d2c1d809f6eb5ce4b4ef6.jpg","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u5ed6\u5fd7\u6797\uff1a\u6211\u7684\u5bb6\u5ead\u68a6\u60f3","smalltext":"\u6211\u7684\u7b2c\u4e00\u4e2a\u5bb6\u5ead\u68a6\u60f3\u662f\u57281994\u5e74\u7684\u4e16\u754c\u676f\u8db3\u7403\u8d5b\u524d\u8d2d\u4e70\u4e00\u53f021\u5bf8\u7684\u5927\u5f69\u7535\u3002\u5728\u4eca\u5929\uff0c\u8fd9\u4e2a\u76ee\u6807\u663e\u5f97\u662f\u90a3\u4e48\u7684\u5fae\u4e0d\u8db3\u9053\uff0c\u73b0\u5728\u8981\u6ee1\u8db3\u4e00\u4e2a21\u5bf8\u5f69\u7535\u7684\u9700\u6c42\uff0c\u6211\u4eec\u4e2d\u7684\u4efb\u4f55\u4eba\uff0c\u53ea\u9700\u8981\u4e00\u4e2a\u6708\u7684\u6536\u5165","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=785"}; 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 () { } }); }); }