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=3474&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: 1745136185,
nonceStr: 'AFg3ALuAxuTZglDH',
signature: '6e7896dda6cfff52c978dcf738fd41ad9ad4dc63',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1aNo Caring No Nursing\uff0c\u4eba\u6587\u62a4\u7406\u6210\u7ee9\u6590\u7136","smalltext":"\u8fd1\u5e74\u6765\uff0c\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u8033\u9f3b\u54bd\u5589\u5934\u9888\u5916\u79d1\u6df1\u5165\u8df5\u884c\u201c\u8eab\u5fc3\u5e76\u62a4\u201d\u7406\u5ff5\uff0c\u575a\u6301\u4ee5\u75c5\u4eba\u4e3a\u4e2d\u5fc3\uff0c\u4ee5\u75c5\u4eba\u5065\u5eb7\u9700\u6c42\u4e3a\u5bfc\u5411\uff0c\u7a81\u51fa\u4eba\u6587\u5173\u6000\uff0c\u62a4\u7406\u5de5\u4f5c\u6210\u7ee9\u6590\u7136\uff0c\u5f97\u5230\u4e86\u75c5\u4eba\u7684\u597d\u8bc4\uff0c\u5b9e\u73b0\u4e86\u201c\u4e09\u6ee1\u610f\u201d\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3474"};
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 () {
}
});
});
}