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=3496&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: 1745135809, nonceStr: 'IgHe1N96raaERlxl', signature: 'cbe0484c00d4896c17d1af960fb05b65efb6544c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/e12921edd9feb542d5e06202d1b02b6f.jpg","title":"\u5357\u5b81\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u81f4\u656c\uff01\u4ed6\u4eec\u5168\u5bb6\u4e00\u8d77\u4e66\u5199\u6700\u7f8e\u201c\u6297\u75ab\u201d\u6545\u4e8b","smalltext":"\u8fd9\u662f\u4e00\u4e2a\u666e\u901a\u5e73\u51e1\u7684\u5bb6\u5ead\u3002\u57282020\u5e74\u521d\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7684\u6218\u201c\u75ab\u201d\u4e2d\uff0c\u5357\u5b81\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u62a4\u58eb\u6768\u663e\u5a77\u4e0e\u7236\u6bcd\u3001\u54e5\u54e5\u5ac2\u5b50\u594b\u52c7\u5f53\u5148\uff0c\u594b\u6218\u5728\u6297\u75ab\u4e00\u7ebf \uff0c\u7ec4\u6210\u4e00\u9053\u575a\u56fa\u7684\u5bb6\u5ead\u9632\u7ebf\uff0c\u5b88\u536b\u7740\u5bb6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3496"}; 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 () { } }); }); }