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=2328&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: 1747124698, nonceStr: 'HFINS5DNu6WSTLVq', signature: '4862ed796c0e9033a1056a5741dd25994d57981c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/b480913c79580e96fb95c835abac1607.jpg","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u7ed3\u5a5a\u4e00\u5468\u5e74\uff0c\u533b\u751f\u7684\u59bb\u5b50\u53ea\u6536\u5230\u4e86\u4e00\u6761\u5fae\u4fe1","smalltext":"\u6ca1\u6709\u9ad8\u5927\u4e0a\u7684\u8bed\u8a00\uff0c\u53ea\u56e0\u4e3a\u6211\u9009\u62e9\u4e86\u8fd9\u8eab\u767d\u8863\uff0c\u75ab\u60c5\u5f53\u524d\uff0c\u8eab\u5c45\u533b\u5b66\u9694\u79bb\u89c2\u5bdf\u70b9\u7684\u6566\u5316\u5e02\u4e2d\u533b\u9662\u5fc3\u8840\u7ba1\u79d1\u7684\u767d\u6653\u9f99\u533b\u751f\uff0c\u5728\u7ed3\u5a5a\u4e00\u5468\u5e74\u8fd9\u4e48\u91cd\u8981\u7684\u65e5\u5b50\uff0c\u53ea\u7ed9\u631a\u7231\u7684\u59bb\u5b50\u53d1\u4e86\u4e00\u6761\u5fae\u4fe1\uff0c\u5c31\u6d88\u5931\u4e0d\u89c1\u4e86\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2328"}; 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 () { } }); }); }