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=5311&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: 1743764380,
nonceStr: 'PIVaFmA4bg0ZQ6L2',
signature: 'bd5711cd7dbc9899df14487cc918fb04ab0957f7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1aICU \u201c\u89c6\u9891\u63a2\u89c6\u201d\u6e29\u6696\u5f00\u542f","smalltext":"\u201c\u7238\u7238\uff0c\u7238\u7238\uff0c\u4f60\u4e00\u5b9a\u8981\u575a\u6301\u4f4f\uff0c\u6211\u4eec\u5168\u5bb6\u4eba\u90fd\u5728\u7b49\u7740\u4f60\u597d\u8d77\u6765\uff01\u7238\u7238\u2026\u2026\u201d\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662ICU\uff08\u91cd\u75c7\u76d1\u62a4\u5ba4\uff09\u5f00\u59cb\u4e86\u201c\u624b\u673a\u89c6\u9891\u63a2\u89c6\u201d\u8fd9\u4e00\u6e29\u6696\u4e3e\u63aa\uff0c\u8fd9\u4e00\u58f0\u58f0\u5173\u5207\u7684\u547c\u5524\u6b63\u662f\u6765\u81ea2\u5e8a\u60a3\u8005\u7684\u5c0f\u5973","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5311"};
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 () {
}
});
});
}