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=4880&classid=10&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: 1743903126,
nonceStr: '98SrGe6xXCXL6tG0',
signature: '628b8519454868c286121976c1bb316c550ca49a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u201c\u767e\u8349\u7f18\u201d\u836f\u5b66\u670d\u52a1\u5fd7\u613f\u8005\u670d\u52a1\u56e2\u961f","smalltext":"\u4e00\u3001\u54c1\u724c\u57fa\u672c\u60c5\u51b5\u4ecb\u7ecd\u201c\u767e\u8349\u7f18\u201d\u662f\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff08\u4ee5\u4e0b\u7b80\u79f0\u5e38\u5dde\u4e00\u9662\uff09\u81f4\u529b\u6253\u9020\u7684\u5fd7\u613f\u670d\u52a1\u54c1\u724c\uff0c\u7531\u533b\u9662\u836f\u5b66\u90e8\u4e8e2014\u5e74\u521b\u7acb\uff0c\u201c\u767e\u8349\u7f18\u201d\u53d6\u4e49\u81ea\u795e\u519c\u5c1d\u767e\u8349\uff0c\u5bd3\u610f\u4e3a\u836f\u5b66\u5de5\u4f5c\u8005\u670d\u52a1\u4e8e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4880"};
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 () {
}
});
});
}