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=4436&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: 1746258214,
nonceStr: 'WLxDDJxp7sQ6KQ7i',
signature: '097a6a558900ad8c57135faf00f0ec41d48ebcd1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/b2469799762f7c9ce23ae20484ad27d0.jpg","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1aICU\u7684\u559c\u6012\u54c0\u4e50","smalltext":"\u4ece\u4e1a14\u5e74\uff0c14\u4e2a\u6625\u590f\u79cb\u51ac\uff0c14\u4e2a\u56db\u5b63\u66f4\u8fed\u3002\u6211\u4eec\u4ecd\u4e0d\u5fd8\u521d\u5fc3\uff0c\u7825\u783a\u524d\u884c\u3002\u7eb5\u4f7f\u5de5\u4f5c\u8650\u6211\u4eec\u5343\u767e\u904d\uff0c\u6211\u4eec\u4ecd\u89c6\u5b83\u5982\u521d\u604b\u3002\u4e0d\u4e3a\u522b\u7684\uff0c\u53ea\u56e0\u770b\u5230\u90a3\u4e00\u5f20\u5f20\u6101\u5bb9\u6ee1\u9762\u7684\u8138\u3001\u6ee1\u6000\u671f\u5f85\u7684\u8138\uff0c\u65e0\u52a9\u7684\u80cc\u5f71\u5728\u90a3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4436"};
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 () {
}
});
});
}