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=2575&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: 1744318624,
nonceStr: '42PKvK8VkonNxCVn',
signature: 'b828d80cb385d4393c90ee6d2f589fc203dc0838',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u7ed8\u58f0\u7ed8\u5f71 \u60c5\u6696\u7ae5\u5fc3","smalltext":"\u4f5c\u4e3a\u4e0a\u6d77\u5e02\u4f18\u79c0\u5fd7\u613f\u8005\u57fa\u5730\u3001\u666e\u9640\u533a\u9ad8\u4e2d\u751f\u5fd7\u613f\u670d\u52a1\u793e\u4f1a\u5b9e\u8df5\u4e94\u661f\u57fa\u5730\uff0c\u666e\u9640\u533a\u4e2d\u5fc3\u533b\u9662\u4e0e\u533a\u5185\u5404\u5b66\u6821\u5728\u5fd7\u613f\u670d\u52a1\u5de5\u4f5c\u65b9\u9762\u4fdd\u6301\u957f\u671f\u7a33\u5b9a\u7684\u826f\u597d\u4e92\u52a8\u3002\u4e3a\u8fdb\u4e00\u6b65\u62d3\u5c55\u533b\u9662\u5fd7\u613f\u670d\u52a1\u5f62\u5f0f\uff0c\u63d0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2575"};
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 () {
}
});
});
}