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=712&classid=9&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: 1714651738, nonceStr: 'WUN1xPR1yhEx8knL', signature: 'c21ff7416bc4bd852c8b5785fd84b1460b84c84a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/8cbf92efd11366192027488862e72d1b.jpg","title":"\u9648\u56fd\u5f3a\u9662\u58eb\uff1a\u8ba9\u533b\u5b66\u5145\u6ee1\u6e29\u5ea6\u3001\u9971\u542b\u60c5\u6000\uff01","smalltext":"\u8bb0\u5f97\u51e0\u4e2a\u6708\u524d\uff0c\u80e1\u5fb7\u8363\u8001\u5e08\u7ed9\u6211\u6253\u7535\u8bdd\uff0c\u8bf4\u51c6\u5907\u4ece\u4ed6\u8fd135\u5e74\u6765\u5728\u300a\u5065\u5eb7\u62a5\u300b\u53d1\u8868\u7684\u7cfb\u5217\u533b\u5b66\u79d1\u6280\u65b0\u95fb\u4f5c\u54c1\u4e2d\uff0c\u7cbe\u6311\u7ec6\u9009\u5176\u4e2d\u7cbe\u534e\u90e8\u5206\uff0c\u51fa\u7248\u4e00\u672c\u300a\u80e1\u5fb7\u8363\u533b\u5b66\u79d1\u6280\u65b0\u95fb\u4f5c\u54c1\u9009\u300b\uff0c\u5e76\u76db\u9080\u6211\u4f5c\u201c\u5e8f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=712"}; 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 () { } }); }); }