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=2597&classid=11&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: 1746210249,
nonceStr: 'Sc3DjZHR1MscAmfb',
signature: '34dc99ad090ccfb462edc5c8442cf7dc623f7de9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\uff1a \u6ce8\u91cd\u533b\u5b66\u4eba\u6587\u5173\u6000 \u4fc3\u8fdb\u793e\u5de5\u5fd7\u613f\u670d\u52a1","smalltext":"\u636e\u5168\u7403\u764c\u75c7\u6570\u636e\u5e93\uff08GLOBOCAN\uff0c2012)\u62a5\u544a\uff0c\u5168\u7403\u6bcf\u5e74\u7ea6\u67091,410\u4e07\u4eba\u65b0\u53d1\u764c\u75c7\u75c5\u4f8b\uff0c\u6bcf\u5e74\u6709820\u4e07\u60a3\u8005\u6b7b\u4e8e\u764c\u75c7\u30022015\u5e74\u4e2d\u56fd\u7ea6\u6709429.2\u4e07\u65b0\u53d1\u764c\u75c7\u75c5\u4f8b\u548c281.4\u4e07\u4eba\u6b7b\u4e8e\u764c\u75c7\uff08Chen W,Zheng R,Ba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2597"};
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 () {
}
});
});
}