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=6494&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: 1743703406,
nonceStr: 'WPyTdwILvXUWFlox',
signature: '89f726a2df1fa600e7d7eccf27eb973180cb2c80',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7528\u201c\u53d9\u4e8b\u201d\u7f13\u89e3\u7684\u8c35\u5984","smalltext":"ICU\uff0c\u662f\u4e00\u4e2a\u666e\u901a\u4eba\u542c\u5230\u5c31\u4f1a\u89c9\u5f97\u6050\u614c\u7684\u5730\u65b9\uff0c\u8fd9\u91cc\u5e38\u5e38\u89c1\u8bc1\u7740\u751f\u6b7b\uff0c\u4e0a\u6f14\u8bb8\u591a\u65e0\u5948\u548c\u60b2\u51c9\uff0c\u5374\u4e5f\u89c1\u8bc1\u4e86\u8bb8\u591a\u7684\u7231\u4e0e\u611f\u52a8\uff0c\u575a\u6301\u4e0e\u5e0c\u671b\u3002\u51af\u7237\u7237\u662f\u4ece\u6025\u8bca\u8f6c\u6765\u7684\u4e00\u4f4d\u8113\u6bd2\u6027\u4f11\u514b\u7684\u60a3\u8005\u3002\u7ecf\u8fc7\u6cbb\u7597\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6494"};
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 () {
}
});
});
}