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=4001&classid=5&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: 1745056410,
nonceStr: '1g5GMjeOnw2tlPhq',
signature: '511685f9bd2fbde876223a37d862fab8ee6881f3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u7b2c\u4e94\u6279\u63f4\u6469\u6d1b\u54e5\u533b\u7597\u961f\u542f\u7a0b\u51fa\u5f81","smalltext":"2\u67082\u65e5\u665a\u95f4\uff0c\u5609\u5b9a\u533a\u7b2c\u4e94\u6279\u63f4\u6469\u6d1b\u54e5\u533b\u7597\u961f\u5149\u8363\u51fa\u5f81\uff0c\u8fdc\u8d74\u6469\u6d1b\u54e5\u62c9\u897f\u8fea\u4e9a\u6267\u884c\u4e3a\u671f\u4e24\u5e74\u7684\u63f4\u6469\u4efb\u52a1\u3002 \u672c\u6b21\u63f4\u6469\u6d1b\u54e5\u533b\u7597\u961f\u7531\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u666e\u5916\u79d1\u4e3b\u4efb\u533b\u5e08\u59dc\u5168\u660e\u5e26\u961f\uff0c\u6210\u5458\u5206\u522b\u6765\u81ea\u5609","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4001"};
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 () {
}
});
});
}