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=2519&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: 1745165884,
nonceStr: 'F3Kvpp2DSuQsIad0',
signature: '849b214a8909bb8dec872770ef8aded1e6783308',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u63f4\u9102\u611f\u63a7\u65e5\u8bb0","smalltext":" \u968f\u7740\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u9632\u63a7\u5f62\u52bf\u7684\u9010\u6e10\u597d\u8f6c\uff0c\u5168\u56fd\u5404\u5730\u5b8c\u6210\u533b\u7597\u6551\u52a9\u4efb\u52a1\u7684\u533b\u62a4\u4eba\u5458\uff0c\u5c06\u9646\u7eed\u5206\u6279\u79bb\u5f00\u6b66\u6c49\u3002\u6211\u9662\u7b2c\u4e09\u6279\u63f4\u9102\u533b\u7597\u961f\u5458\u3001\u5171\u4ea7\u515a\u5458\u3001\u611f\u67d3\u63a7\u5236\u5904\u8d3e\u5a9b\u4e5f\u4ece\u7d27\u5f20\u5fd9\u788c\u7684\u5de5\u4f5c\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2519"};
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 () {
}
});
});
}