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=963&classid=4&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: 1714818144, nonceStr: '7CjXd9EkI0DZRT75', signature: 'c008f455fdea88512ed089dc04f9b5ea0535f0f8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/4ed8cc8ef39920b25fd3357f3adedcba.jpg","title":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u5c55\u5149\u4fdd\uff1a\u8ba9\u751f\u547d\u5173\u6000\u7684\u79cd\u5b50\u624e\u6839\u6bcf\u4e00\u4f4d\u533b\u8005\u5fc3\u4e2d","smalltext":"2018\u5e747\u6708\u5e95\uff0c\u5f53\u5e74\u8f7b\u7684\u5218\u81ea\u529b\u540c\u5b66\u63a5\u5230\u5927\u5b66\u5f55\u53d6\u901a\u77e5\u4e66\u7684\u65f6\u5019\uff0c\u6211\u548c\u6211\u7684\u540c\u4e8b\u4eec\u8138\u4e0a\u4e5f\u90fd\u9732\u51fa\u4e86\u6b23\u6170\u7684\u7b11\u5bb9\u3002\u4e8b\u60c5\u8981\u8ffd\u6eaf\u5230\u4e00\u4e2a\u6708\u524d\u76846\u67086\u53f7\uff0c\u590f\u5b63\u9ad8\u8003\u524d\u4e00\u5929\uff0c\u6b63\u5728\u4e0a\u665a\u81ea\u4e60\u7684\u5218\u81ea\u529b\u540c\u5b66","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=963"}; 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 () { } }); }); }