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=6550&classid=14&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: 1746135861,
nonceStr: 'O7PEKMdoqUgrRnk9',
signature: 'b7e3c3e99bafbde0699826a518c1df666c853042',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u91cd\u75c7\u4e0d\u91cd \u751f\u547d\u73cd\u91cd \u4e0d\u5fd8\u521d\u5fc3 \u91cd\u75c7\u524d\u884c","smalltext":"\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u6210\u7acb\u4e8e1996\u5e74\uff0c\u4e3a\u91cd\u75c7\u76d1\u62a4\u75c5\u623f\uff08ICU\uff09\uff0c2012\u5e74\u6210\u529f\u7533\u62a5\u4e3a\u91cd\u75c7\u533b\u5b66\u79d1(CCM)\uff0c\u75c5\u79cd\u51e0\u4e4e\u8986\u76d6\u6240\u6709\u7684\u5185\u3001\u5916\u3001\u5987\u3001\u513f\u7684\u6025\u5371\u91cd\u75c7\uff0c\u662f\u6210\u90fd\u5e02\u57ce\u5317\u6025\u5371\u91cd\u75c7\u53ca\u6025\u5371\u5b55\u4ea7\u5987","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6550"};
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 () {
}
});
});
}