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=4487&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: 1744318232, nonceStr: '6wA7WIAxufbiGYjU', signature: 'f87d447acefad711465ca3aec3c7caf8306dfc65', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/d07b04bef3e47b9a0a0ed5e1fe572243.jpg","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e3a\u827e\u6ecb\u75c5\u60a3\u8005\u624b\u672f\u4e24\u5c0f\u65f6\uff0c\u533b\u751f\u6c57\u5982\u96e8\u4e0b","smalltext":"6\u670829\u65e5\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u8fd0\u52a8\u53ca\u5173\u8282\u5916\u79d1\u4e3a\u4e00\u540d\u8001\u5e74\u7537\u6027\u827e\u6ecb\u75c5\u611f\u67d3\u8005\u5b8c\u6210\u4e86\u201c\u5168\u9acb\u5173\u8282\u7f6e\u6362\u672f\u201d\uff0c\u4e3a\u6700\u5927\u9650\u5ea6\u964d\u4f4e\u53ef\u80fd\u53d1\u751f\u7684\u611f\u67d3\u98ce\u9669\uff0c\u8fd9\u4e00\u53f0\u672c\u8be5\u75314\u4eba\u914d\u5408\u5b8c\u6210\u7684\u624b\u672f\u4ec5\u6d3e\u51fa2\u4eba\u53c2\u4e0e\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4487"}; 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 () { } }); }); }