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=1661&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: 1715079775, nonceStr: '4YytG7TQFWovE97X', signature: '67aa63905b7c1c46d3c410f52ed0fe70febf4bb6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/4085a93403d87aafb2ad7b2b8fd84307.jpg","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u594b\u65972020\uff0c\u6211\u4eec\u7b11\u8d77\u6765\u771f\u597d\u770b","smalltext":"\u867d\u8bf4\uff0c\u6551\u6b7b\u6276\u4f24\u662f\u533b\u751f\u7684\u5929\u804c\uff0c\u4e5f\u662f\u4f7f\u547d\u4f7f\u7136\u3002\u4f46\u662f\uff0c\u5982\u679c\u4f60\u7528\u5fae\u7b11\uff0c\u7528\u7231\u5fc3\u6e29\u6696\u6bcf\u4e00\u4f4d\u75c5\u60a3\u4f60\u540c\u6837\u4e5f\u80fd\u6536\u83b7\u5fc3\u91cc\u7684\u4e00\u9053\u5149\u8fd9\u662f\u513f\u79d1PICU\u75c5\u623f\u91cc\uff0c\u4e00\u5c01\u5199\u5728\u4f5c\u4e1a\u672c\u4e0a\u611f\u8c22\u4fe1\u3002\u76b1\u76b1\u5df4\u5df4\u7684\u5c0f\u672c\u4e0a\u5939","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1661"}; 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 () { } }); }); }