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=136&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: 1743764647,
nonceStr: 'VAPlcKSrQ4IQQdif',
signature: '23571a399783841a58e80e89eaba3e9fbda869fe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5409\u6728\u8428\u5c14\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u5929\u5c71\u811a\u4e0b\u7684\u5927\u7231","smalltext":"2008\u5e74\u4f0a\u59cb\uff0c\u5728\u533b\u9662\u6587\u5316\u5efa\u8bbe\u4e2d\uff0c\u4e3a\u8fdb\u4e00\u6b65\u5ef6\u4f38\u533b\u9662\u6587\u5316\u53d1\u5c55\uff0c\u7ed3\u5408\u533b\u9662\u533b\u5b66\u4eba\u6587\u7f3a\u5931\u7684\u5f62\u52bf\u4e0b\uff0c\u5409\u6728\u8428\u5c14\u53bf\u4eba\u6c11\u533b\u9662\u5927\u80c6\u5021\u5bfc\uff0c\u5e76\u501f\u52a9\u201c\u5b66\u96f7\u950b\u65e5\u201d\u7387\u5148\u5728\u53bf\u7ea7\u533b\u9662\u5f00\u5c55\u4e86\u533b\u52a1\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=136"};
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 () {
}
});
});
}