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=2922&classid=13&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: 1744887166,
nonceStr: 'jX4T9v3MhNWbsujX',
signature: '4d6313a94e3f8ed115a56b7391531a55fd7cdbd2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9633\u5149\u878d\u548c\u533b\u9662\u54c1\u724c\u5ba3\u4f20\u90e8\uff1a\u4ee5\u6587\u5316\u5efa\u8bbe\u5f15\u5bfc\u533b\u7597\u8f6c\u578b","smalltext":"\u9633\u5149\u878d\u548c\u533b\u9662\u662f\u4e00\u5bb6\u5e74\u8f7b\u7684\u533b\u9662\uff0c\u6210\u7acb\u4e8e2016\u5e74\uff0c\u662f\u5168\u56fd\u9996\u5bb6\u7531\u4fdd\u9669\u516c\u53f8\u4e0e\u5730\u65b9\u653f\u5e9c\u8054\u5408\u5174\u5efa\u7684\u201c\u4fdd\u9669+\u533b\u7597\u201d\u6a21\u5f0f\u7684\u533b\u9662\u3002\u533b\u9662\u4e8e 2018\u5e74\u5206\u522b\u901a\u8fc7\u4ee3\u8868\u56fd\u9645\u533b\u7597\u6700\u9ad8\u6807\u51c6\u7684JCI\u8ba4\u8bc1\u548cHIM","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2922"};
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 () {
}
});
});
}