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=5551&classid=23&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: 1743652349,
nonceStr: 'HuRocGUqVarQIIxa',
signature: '2fdeadb1da47cb36f761c4b3d22592e6fb9c016d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u4e1a\u59d4\u5458\u4f1a\u65b0\u4e00\u5c4a\u59d4\u5458\u4f1a\u9009\u4e3e\u529e\u6cd5","smalltext":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u4e1a\u59d4\u5458\u4f1a\u5c06\u4e3a\u59d4\u5458\u63d0\u4f9b\u6280\u672f\u57f9\u8bad\u6307\u5bfc\u3001\u4e1a\u52a1\u5b66\u4e60\u3001\u8d44\u683c\u8003\u8bd5\u3001\u79d1\u5b66\u7814\u7a76\u3001\u7ef4\u6743\u4e0e\u6cd5\u5f8b\u63f4\u52a9\u7b49\u4e00\u7cfb\u5217\u5e2e\u52a9\uff0c\u63d0\u9ad8\u4f1a\u5458\u7684\u4e1a\u52a1\u6c34\u5e73\uff0c\u7ef4\u62a4\u4f1a\u5458\u7684\u5408\u6cd5\u6743\u76ca\u3002\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=23&id=5551"};
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 () {
}
});
});
}