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=913&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: 1747081951, nonceStr: 'ERwSZc6ZEi0slDhy', signature: 'b92cafcb0b727994affe04b0f4836cb5e81e0bfd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/d061c8a3e1b3f9acc8a8afa6a5943e6e.png","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u300a\u4e8c\u9662\u5341\u4e8c\u65f6\u8fb0\u300b \u63ed\u5e55\u4f60\u4e0d\u77e5\u9053\u7684\u533b\u8005\u771f\u9762\u76ee\uff01","smalltext":"\u4e00\u5e74\u4e2d\u6700\u706b\u7206\u7684\u5927\u578b\u5168\u6c11\u5b85\u80a5\u65f6\u523b\u5230\u5566~-\uff1f\u6691\u5047!\u4e8e\u662f\u4e4e\u6691\u5047+\u9177\u6691==\u5168\u6c11\u90fd\u60f3\u8bf7\u5047\u3001\u4f11\u5047\u3001\u653e\u5047\u5929\u5929\u8273\u9633\u9ad8\u7167\uff0c\u70ed\u5230\u53ea\u60f3\u72c2\u8e81\u7136\u9e45\u2026\u2026\u5374\u6709\u8fd9\u6837\u4e00\u7fa4\u4eba\uff0c\u4ed6\u4eec\u504f\u504f\u548c\u6691\u671f\u8f83\u52b2\u4e0d\u8bf7\u5047\u3001\u4e0d\u4f11\u5047","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=913"}; 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 () { } }); }); }