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=471&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: 1744318368, nonceStr: 'Wu7g2of4YAhuYQcA', signature: '325ba7677b5c419b93b55b60631e82fbf0bcd728', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/8771cf47199f8819e36d4a1241801c92.jpg","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u516d\u4e00\u5c06\u81f3\uff0c\u5bb6\u957f\u9700\u8b66\u60d5\u513f\u7ae5\u5916\u4f24","smalltext":"5\u670828\u65e5\u6df1\u591c\uff0c\u4e00\u4f4d\u5e74\u8f7b\u7684\u5988\u5988\u5e26\u77402\u5c81\u7684\u7537\u7ae5\u6765\u5230\u5e02\u4eba\u6c11\u533b\u9662\u6025\u8bca\u5916\u79d1\u5c31\u8bca\uff0c\u5c31\u8bca\u65f6\u5b69\u5b50\u54ed\u95f9\u4e0d\u4f11\u3001\u53f3\u624b\u8037\u62c9\u7740\uff0c\u63a5\u8bca\u7684\u5170\u97e6\u5e78\u4e3b\u6cbb\u533b\u5e08\u7ecf\u8fc7\u95ee\u8bca\u3001\u89e6\u8bca\u540e\u5c31\u77e5\u9053\u5b69\u5b50\u662f\u8098\u5173\u8282\u534a\u8131\u4f4d\uff0c\u4e8e\u662f\u5170","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=471"}; 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 () { } }); }); }