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=235&classid=3&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: 1743703071,
nonceStr: 'iCBQtGaGNoACcOvK',
signature: '4358dee88d6ce95f45230f5e55af0dd9371eb0d4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u5f20\u5e05\uff1a\u6025\u6551\u7ebf\u4e0a\u7684\u5954\u8dd1\u8005","smalltext":"\u5f20\u5e05\uff0c\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\u526f\u4e3b\u4efb\u3002\u70ed\u5fc3\u516c\u76ca\uff0c\u7ec4\u7ec7\u5e76\u5f00\u5c55\u4e86 \u201c\u6025\u6551\u8fdb\u4e07\u5bb6\u201d \u5927\u578b\u516c\u76ca\u6d3b\u52a8\u3002\u53d1\u8868SCI\u8bba\u65871\u7bc7\uff0c\u6838\u5fc3\u671f\u520a\u8bba\u65876\u7bc7\uff0c\u4e2a\u4eba\u627f\u62c5\u5e02\u7ea7\u79d1\u7814\u7acb\u98793\u4e2a\u30022016\u5e74\u8363\u83b7\u6d4e\u5357\u5e02\u536b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=235"};
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 () {
}
});
});
}