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=288&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: 1743764487,
nonceStr: '3uERbNOybx3d3rYh',
signature: 'a2de545d17dc0b9ae246a389a91423c85b9d2140',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/7dddff42dc84bed758c704b5fae6568c.jpg","title":"\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u516c\u5229\u533b\u9662\uff1a\u4e0a\u6d77\u7f8e\u98df\u8282\uff1f\u62a4\u58eb\u8282\uff1f\u770b\u516c\u5229\u533b\u9662\u7f8e\u5c0f\u62a4\u53d8\u8eab\u4fcf\u53a8\u5a18\u5927\u79c0\u53a8\u827a\uff01","smalltext":"NURSE\u56fd\u9645\u62a4\u58eb\u8282 2019\/05\/12International Nurses Day\u4eca\u5e74\u7684\u62a4\u58eb\u8282\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u516c\u5229\u533b\u9662\u7684\u7f8e\u5c0f\u62a4\u4eec\u662f\u8fd9\u4e48\u8fc7\u7684\u2026\u2026\u54a6\uff1f\u9a97\u4eba\uff01 \u8fd9\u660e\u660e\u662f\u7f8e\u98df\u8282\uff0c\u600e\u4e48\u4f1a\u662f\u62a4\u58eb\u8282\u5462\uff01\u771f\u6ca1\u60f3\u5230\uff0c\u8131\u4e0b\u767d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=288"};
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 () {
}
});
});
}