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=1641&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: 1714664245, nonceStr: '5KlPkEZIJNjtzTRO', signature: '3867a9ff03cc968f64518e0ce309fe85f81a0f6c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/d0435d77c0b8ae0de42ca3ab44a48b25.jpg","title":"\u5357\u4eac\u9f13\u697c\u533b\u9662\uff1a2019\u5e7410\u4e2a\u8ba9\u4eba\u6cea\u5954\u7684\u4eba\u6587\u77ac\u95f4","smalltext":"\u4e00\u7a0b\u966a\u4f34 \u4e00\u773c\u9f13\u52b1\u4e00\u6b21\u63f4\u624b \u4e00\u8bb0\u5fae\u7b11\u4f20\u9012\u6e29\u6696 \u4f20\u627f\u5584\u610f2019\u5e74\u5ea6\u611f\u52a8\u5357\u4eac\u9f13\u697c\u533b\u9662\u7684\u5341\u5927\u4eba\u6587\u77ac\u95f4\u6709\u6ca1\u6709\u89e6\u52a8\u4f60\u7684\u5fc3\u5f26\u5462\uff1f\u6211\u59cb\u7ec8\u76f8\u4fe1\u77ac\u95f4\u7684\u7efd\u653e\u6e90\u81ea\u7ecf\u4e45\u7684\u575a\u6301\u770b\u4f3c\u5fae\u4e0d\u8db3\u9053\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1641"}; 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 () { } }); }); }