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=2560&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: 1744318752,
nonceStr: 'b1qyq3O4pf5LVnbq',
signature: '52008462a4632215db43baf8444983fe62af6608',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u901a\u8fc7\u5065\u5eb7\u4fc3\u8fdb\u533b\u9662\u5efa\u8bbe\u6811\u7acb\u533b\u9662\u4eba\u6587\u54c1\u724c","smalltext":"\u4e3a\u4e86\u8fdb\u4e00\u6b65\u6539\u5584\u5c31\u533b\u73af\u5883\u548c\u8bca\u7597\u670d\u52a1\uff0c\u63d0\u9ad8\u533b\u9662\u804c\u5de5\u3001\u60a3\u8005\u53ca\u5176\u5bb6\u5c5e\u3001\u793e\u533a\u5c45\u6c11\u7684\u5065\u5eb7\u7d20\u517b\u6c34\u5e73\uff0c\u6811\u7acb\u533b\u9662\u4eba\u6587\u54c1\u724c\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u4ece2017\u5e7411\u6708\u81f32019\u5e7411\u6708\u5f00\u5c55\u4e3a\u671f\u4e24\u5e74\u7684\u5065\u5eb7\u4fc3\u8fdb\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2560"};
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 () {
}
});
});
}