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=4425&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: 1714363798, nonceStr: 'tDkktUOdQLMzrh58', signature: '6fed2035bccff127003872e6bcb45b9915509aeb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/92e748f89e026cc76bbb2cef7a242031.jpg","title":"\u817e\u8bafAI Lab\u9ad8\u7ea7\u7814\u7a76\u5458\u9ec4\u56fd\u5e73\uff1a\u8ba4\u771f\u6d3b\u4e00\u6b21\uff0c\u624d\u5bf9\u5f97\u4f4f\u8fd9\u4e00\u751f","smalltext":"2021\u5e744\u670818\u65e5\uff0c\u4e2d\u79d1\u9662\u62ab\u9732\u4e86 2017 \u5e74\u6bd5\u4e1a\u4e8e\u4e2d\u79d1\u9662\u5927\u5b66\u7684\u5de5\u5b66\u535a\u58eb\u9ec4\u56fd\u5e73\u7684\u4e00\u7bc7\u8bba\u6587\u300a\u4eba\u673a\u4ea4\u4e92\u5f0f\u673a\u5668\u7ffb\u8bd1\u65b9\u6cd5\u7814\u7a76\u4e0e\u5b9e\u73b0\u300b\uff0c\u5176\u4e2d\u7684\u300a\u81f4\u8c22\u300b\u90e8\u5206\uff0c\u4ed6\u56de\u987e\u4e86\u81ea\u5df1\u5982\u4f55\u4e00\u8def\u8d70\u51fa\u5c0f\u5c71\u5773","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=4425"}; 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 () { } }); }); }