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=540&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: 1716050502, nonceStr: 'kImknnaGrLZ0Se18', signature: '9cd0eadb398aa9d1eb68d51fbd8c3ea223416359', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/41ffce6b5af0bd4d083720e178a57dda.jpg","title":"\u5e7f\u897f\u533b\u5927\u4e8c\u9644\u9662:\u827e\u8349\u827e\u9999\u827e\u7ccd\u7c91\uff0c\u75bc\u7231\u5bb6\u56ed\u7231\u5230\u201c\u964d\u6e29\u201d","smalltext":"\u4f34\u968f\u7740\u4e2d\u56fd\u5357\u65b9\u708e\u70ed\u7684\u5929\u6c14\uff0c\u4e00\u5e74\u4e00\u5ea6\u7684\u7aef\u5348\u4f73\u8282\u6765\u4e34\uff0c\u5728\u5e7f\u897f\uff0c\u7aef\u5348\u4f73\u8282\u6709\u8bb8\u591a\u6709\u8da3\u4e14\u6709\u610f\u4e49\u7684\u4e60\u4fd7\u3002\u5728\u8fd9\u5929\u4eba\u4eec\u4f1a\u5403\u7740\u5404\u79cd\u5f62\u72b6\u3001\u5404\u79cd\u53e3\u5473\u7684\u7cbd\u5b50\u4e0e\u827e\u7ccd\u7c91\uff1b\u4f1a\u5728\u4eba\u5c71\u4eba\u6d77\u3001\u70ed\u95f9\u65e0\u6bd4\u7684\u6c5f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=540"}; 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 () { } }); }); }