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=112&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: 1743764822,
nonceStr: '7Xpyubq5L4uz0fey',
signature: '62d5b6580845760c74b927ca3ce3eb42bca24892',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u634d\u536b\u751f\u547d\u5c0a\u4e25\u2014\u2014\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662\u5f00\u5c55\u4e34\u7ec8\u5173\u6000\u670d\u52a1","smalltext":"\u4e3a\u7f13\u89e3\u665a\u671f\u764c\u75c7\u75c5\u4eba\u4f4f\u9662\u96be\u7684\u95ee\u9898\uff0c\u7ed9\u75c5\u4eba\u63d0\u4f9b\u66f4\u591a\u4e34\u7ec8\u5173\u7231\uff0c2014\u5e748\u6708\uff0c\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662\u6210\u7acb\u8212\u7f13\u75c5\u533a\uff0c\u8fd9\u4e5f\u662f\u5b81\u6ce2\u5730\u533a\u9996\u4e2a\u5168\u9762\u63d0\u4f9b\u4e34\u7ec8\u5173\u6000\u7684\u8212\u7f13\u75c5\u533a\u3002\u5f00\u8bbe\u56db\u5e74\u591a\u6765\uff0c\u8be5\u75c5\u533a\u6210\u4e3a\u5475\u62a4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=112"};
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 () {
}
});
});
}