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=1935&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: 1714852334, nonceStr: 'm4dBln8KAe6lzvYT', signature: '8614a9854a0f5a91c296ca586ac7ca1ae529c6aa', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/a066c4d48ae20e66a8b1deae4783f548.jpg","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u54ea\u91cc\u6709\u9700\u8981\uff0c\u54ea\u91cc\u5c31\u4f1a\u6709\u5fd7\u613f\u8005","smalltext":"\u54ea\u91cc\u6709\u9700\u8981\uff0c\u54ea\u91cc\u5c31\u4f1a\u6709\u5fd7\u613f\u8005\u30022020\u5e74\u65b0\u5e74\u4f0a\u59cb\u7684\u4e00\u573a\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\uff0c\u6253\u7834\u4e86\u8bb8\u591a\u4eba\u7684\u5de5\u4f5c\u3001\u751f\u6d3b\u8ba1\u5212\uff0c\u56e0\u4e3a\u75ab\u60c5\u9700\u8981\u9694\u79bb\uff0c\u4e5f\u8ba9\u8bb8\u591a\u4eba\u9694\u79bb\u5728\u539f\u672c\u4e0d\u662f\u4ed6\u4eec\u6240\u5de5\u4f5c\u7684\u57ce\u5e02\u3002\u662f\u91d1\u5b50\uff0c\u5728\u54ea\u513f\u90fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1935"}; 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 () { } }); }); }