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=515&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: 1746264105,
nonceStr: '2h2Q1TG9ZC7jtuY4',
signature: 'a8c8547e3d63398b288ecb259e55b7dbd96f2594',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/8a89cf9cf7285d58fc5bd83851f2d78a.jpg","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4ece0.8kg\u52303.1kg\uff0c\u8fd9\u4e2a\u638c\u5fc3\u4e2d\u7684\u5c0f\u5929\u4f7f\u88ab\u7231\u543b\u9192","smalltext":"\u5728\u6625\u5bd2\u6599\u5ced\u7684\u4e8c\u6708\uff0c\u4e00\u4e2a0.8kg\u7684\u8d85\u4f4e\u51fa\u751f\u4f53\u91cd\u513f\u4ece\u5916\u9662\u8f6c\u5230\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662NICU\uff08\u65b0\u751f\u513f\u91cd\u75c7\u75c5\u623f\uff09\u3002\u5b9d\u5b9d\u9762\u8272\u7d2b\u7ec0\uff0c\u547b\u541f\u5410\u6cab\uff0c\u4e09\u51f9\u5f81\u9633\u6027\uff0c\u75c5\u60c5\u975e\u5e38\u5371\u91cd\u3002\u6c14\u7ba1\u63d2\u7ba1\u547c\u5438\u673a\u8f85\u52a9\u547c\u5438\u6297\u611f\u67d3\u4fdd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=515"};
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 () {
}
});
});
}