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=4509&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: 1743764551,
nonceStr: 'z01iGMw8atlTmN1O',
signature: 'f3ec8255561e617e3318ff6192ff8acfd8628a7b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e09\u516d\u4e09\u533b\u9662-\u60c5\u666f\u5267\u300a\u9ad8\u539f\u533b\u8def\u300b","smalltext":"\u300a\u9ad8\u539f\u533b\u8def\u300b\u60c5\u666f\u5267\u662f\u4ee590\u5e74\u4ee3\u4e09\u516d\u4e09\u533b\u9662\u201c\u6d41\u52a8\u533b\u9662\u201d\u63f4\u85cf\u533a\u671f\u95f4\u7684\u771f\u5b9e\u4e8b\u4ef6\u81ea\u884c\u6539\u7f16\u521b\u4f5c\u51fa\u6765\u7684\u4f73\u4f5c\u3002\u5267\u60c5\u751f\u52a8\u518d\u73b0\u4e86\u201c\u6d41\u52a8\u533b\u9662\u201d\u533b\u52a1\u4eba\u5458\u514b\u670d\u6076\u52a3\u7684\u81ea\u7136\u6761\u4ef6\uff0c\u4e3a\u85cf\u533a\u4eba\u6c11\u9001\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4509"};
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 () {
}
});
});
}