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=5362&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: 1714259963, nonceStr: 'WCCML9kFPBeuyJtj', signature: 'bfc72fd6410d9f483aa6ae27bacb62b6112c3473', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/d\/file\/p\/202206\/6d8def56a62f16df19646ecc0cf84104.jpg","title":"\u6df1\u5733\u5e02\u513f\u7ae5\u533b\u9662:\u534e\u5357\u9996\u5bb6\u513f\u7ae5\u533b\u9662\u5b89\u5b81\u7597\u62a4\u75c5\u623f\u542f\u52a8","smalltext":"6\u67087\u65e5\uff0c\u6df1\u5733\u5e02\u513f\u7ae5\u533b\u9662\u5728\u91cd\u75c7\u533b\u5b66\u79d1\uff08PICU\uff09\u8bbe\u7acb\u7684\u513f\u7ae5\u5b89\u5b81\u7597\u62a4\u75c5\u623f\u542f\u52a8\u3002\u636e\u6089\uff0c\u8fd9\u662f\u534e\u5357\u9996\u5bb6\u5728\u513f\u7ae5\u533b\u9662\u5185\u8bbe\u7acb\u7684\u4e13\u4e3a\u513f\u7ae5\u63d0\u4f9b\u5b89\u5b81\u7597\u62a4\u670d\u52a1\u7684\u75c5\u623f\u3002\u540c\u65f6\uff0c\u6df1\u5733\u5e02\u513f\u7ae5\u533b\u9662\u5b89\u5b81\u7597\u62a4\u591a\u5b66","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5362"}; 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 () { } }); }); }