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=1049&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: 1749447549,
nonceStr: 'kEjZtCqdJpQuOyyr',
signature: 'cb7afe22b5f742fa3fe6ce86c436f89c56ed92cd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/6da1d312f4221f57d6a7cf52f5aa6e2f.jpg","title":"\u95fd\u4e1c\u533b\u9662\u63f4\u975e\u533b\u751f\u9ec4\u5efa\u658c\uff1a\u80c6\u5927\u5fc3\u7ec6\u7528\u5a34\u719f\u6280\u672f\u6210\u529f\u6551\u6cbb\u65e9\u4ea7\u817f\u75be\u5c0f\u7537\u5a74","smalltext":"\u3000\u3000\u65e5\u524d\uff0c\u5728\u5f17\u6717\u897f\u65af\u6566\u4ef0\u52a0\u572d\u8f6c\u8bca\u533b\u9662\u75c5\u623f\u91cc\uff0c\u4e00\u4f4d\u65e9\u4ea7\u4f4e\u4f53\u91cd\u817f\u75be\u535a\u8328\u74e6\u7eb3\u60a3\u513f\u6bcd\u4eb2\uff0c\u7d27\u7d27\u63e1\u7740\u4e2d\u56fd(\u798f\u5efa)\u7b2c15\u6279\u63f4\u535a\u8328\u74e6\u7eb3\u533b\u7597\u961f\u961f\u5458\u9ec4\u5efa\u658c\u7684\u624b\u611f\u6fc0\u5730\u8bf4\u201cThank you\uff0cdoctor! \u201d\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1049"};
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 () {
}
});
});
}