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=436&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: 1744317891, nonceStr: 'fta0DZ3iIvttoHKE', signature: '298b37d75e03df494f68a7f348ec56f31ce2d839', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/58b191e00a5f218d6f0a703ef32bf117.jpg","title":"\u6b66\u6c49\u4e9a\u5fc3\u603b\u533b\u9662\uff1a68\u5929\uff0c6\u4e07\u5b57\u75c5\u5386\u8bb0\u5f55\uff0c\u89c1\u8bc1\u5947\u8ff9","smalltext":"\u201c\u8eab\u8fb9\u7684\u4eba\u90fd\u8bf4\u6211\u80fd\u6d3b\u4e0b\u6765\u771f\u662f\u5947\u8ff9\uff01\u771f\u662f\u592a\u8c22\u8c22\u4f60\u4eec\u4e86\uff01\u201d\u4eca\u5929\u4e0a\u5348\uff0c\u6b66\u6c49\u4e9a\u5fc3\u603b\u533b\u966216\u697c\u9aa8\u79d1\u75c5\u623f\u91cc\uff0c52\u5c81\u7684\u5510\u5148\u751f\uff08\u5316\u540d\uff09\u9732\u51fa\u4e45\u8fdd\u7684\u7b11\u5bb9\uff0c\u5411\u6211\u9662\u9aa8\u79d1\u7684\u533b\u62a4\u4eba\u5458\u81f4\u8c22\u3002\u4e9a\u5fc3\u603b\u533b\u9662\u526f\u9662\u957f\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=436"}; 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 () { } }); }); }