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=1425&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: 1747193421, nonceStr: '56FiUsOIDSTbUz7S', signature: '48d4c5a07ead8cd38a72575022b8eaa1e4a364c9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/208ff151813484357e0634388ed37099.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662:\u611f\u6069\u8282\u91cc\u753b\u5bb6\u60a3\u8005\u624b\u7ed8\u6f2b\u753b\u611f\u8c22\u533b\u62a4","smalltext":"\u201c\u6211\u4eec\u5e73\u65f6\u5de5\u4f5c\u65f6\u7684\u6837\u5b50\uff0c\u6ca1\u60f3\u5230\u88ab\u60a3\u8005\u753b\u4e0b\u6765\u4e86\uff0c\u5fc3\u91cc\u771f\u7684\u5f88\u611f\u52a8\u3002\u201d11\u670828\u65e5\uff0c\u5728\u611f\u6069\u8282\u8fd9\u5929\uff0c\u4e00\u7ec4\u533b\u62a4\u4eba\u5458\u4e3a\u60a3\u8005\u67e5\u623f\u3001\u6cbb\u7597\u3001\u62a4\u7406\u7b49\u60c5\u5f62\u7684\u7d20\u63cf\u753b\u88ab\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u533b\u62a4\u4eba\u5458\u5fae\u4fe1\u670b\u53cb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1425"}; 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 () { } }); }); }