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=472&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: 1744317973, nonceStr: 'RexsYVTFvQZxIg2e', signature: '00a18e841b910f523588fac7dcf7908f90465543', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/3282b6d0c48dddd96b1a4ee072733159.jpg","title":"\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u533b\u62a4\u4eba\u5458\u5230\u75c5\u623f\u91cc\u966a\u5b69\u5b50\u4eec\u8fc7\u516d\u4e00\u513f\u7ae5\u8282","smalltext":"5\u670829\u65e5\uff0c\u5e73\u65f6\u5fd9\u788c\u5608\u6742\u7684\u513f\u79d1\u75c5\u623f\u91cc\u7a81\u7136\u54cd\u8d77\u4e86\u6b22\u4e50\u7684\u97f3\u4e50\uff0c \u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\u7684 \u513f\u79d1\u4e3b\u4efb\u5e26\u7740\u533b\u751f\u62a4\u58eb\u4eec\u62ff\u7740\u5f69\u8272\u6c14\u7403\u548c\u5361\u901a\u73a9\u5177\uff0c\u4e3a\u75c5\u623f\u91cc\u7684\u5b69\u5b50\u4eec\u8fc7\u4e86\u4e00\u4e2a\u522b\u6837\u7684\u516d\u4e00\u513f\u7ae5\u8282\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=472"}; 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 () { } }); }); }