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=1559&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: 1715489282, nonceStr: 'Zr1sRwUNMAZVCNpv', signature: '251731b18c8a8a99b885ad22d09e0273c2bd9460', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/6ef3a39dcd6bc4dc13d092943c7a5608.jpg","title":"\u5357\u5b81\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u4eeb\u4f6c\u65cf\u533b\u751f\u5434\u950b\u8000\u548c\u4ed6\u7684\u533b\u8005\u4ec1\u5fc3\u4e4b\u8def","smalltext":"\u4ed6\u751f\u5728\u519c\u6751\uff0c\u6bcd\u4eb2\u662f\u5f53\u5730\u716e\u5927\u9505\u7c73\u996d\u7684\u9ad8\u624b\uff0c\u6211\u60f3\uff0c\u8fd9\u79cd\u795e\u5947\u7684\u80fd\u529b\u4e00\u5b9a\u4e5f\u9057\u4f20\u7ed9\u4e86\u4ed6\u3002\u4ed6\u540e\u6765\u62c5\u4efb\u536b\u751f\u9662\u957f\u3001\u533b\u52a1\u79d1\u957f\u3001\u5e02\u533b\u9662\u9662\u957f\uff0c\u5176\u5b9e\u90fd\u5728\u8003\u9a8c\u4ed6\u201c\u716e\u5927\u9505\u996d\u201d\u7684\u80fd\u529b\uff0c\u4e00\u4e0d\u5c0f\u5fc3\uff0c\u7c73\u996d\u5c31\u4f1a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1559"}; 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 () { } }); }); }