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=3419&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: 1745135385, nonceStr: 'uM0ius0z6IGawoop', signature: 'e4aa2c9981f3b6f32a711f6212689ab98b6848f8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202006\/c0919df9a75484643aeebdee5266628e.jpg","title":"\u6811\u5170\u533b\u9662\uff1a\u6211\u56fd\u9996\u4e2a\u65b0\u51a0mRNA\u75ab\u82d7I\u671f\u4e34\u5e8a\u8bd5\u9a8c\u6b63\u5f0f\u542f\u52a8","smalltext":"6\u670825\u65e5\uff0c\u6211\u56fd\u9996\u4e2a\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2mRNA\u75ab\u82d7I\u671f\u4e34\u5e8a\u8bd5\u9a8c\u5728\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\u6b63\u5f0f\u542f\u52a8\u3002\u4e2d\u56fd\u5de5\u7a0b\u9662\u9662\u58eb\u3001\u56fd\u5bb6\u536b\u5065\u59d4\u9ad8\u7ea7\u522b\u4e13\u5bb6\u7ec4\u6210\u5458\u3001\u6811\u5170\u533b\u7597\u53d1\u8d77\u4eba\u674e\u5170\u5a1f\u6559\u6388\uff0c\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u519b\u4e8b\u79d1\u5b66","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3419"}; 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 () { } }); }); }