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=5019&classid=14&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: 1743764592,
nonceStr: 'c0Dtwfz5YRVWWMzt',
signature: 'edb4a320d23768e52395b557b8a414fddf263aa4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u6362\u5c4a\u5de5\u4f5c\u901a\u77e5","smalltext":"\u5404\u4f4d\u59d4\u5458\uff1a\u6839\u636e\u534f\u4f1a\u300a\u7ae0\u7a0b\u300b\u548c\u300a\u5206\u652f\u673a\u6784\u7ba1\u7406\u529e\u6cd5\u300b\u89c4\u5b9a\uff0c\u534f\u4f1a\u79d8\u4e66\u957f\u529e\u516c\u4f1a\u7814\u7a76\u51b3\u5b9a\uff0c\u5bf9\u6240\u6709\u81ea\u8bbe\u7acb\u6ee14\u5e74\u7684\u5206\u652f\u673a\u6784\u8fdb\u884c\u6362\u5c4a\u3002\u73b0\u5c06\u6709\u5173\u8981\u6c42\u901a\u77e5\u5982\u4e0b\uff1a\u4e00\u3001\u5206\u652f\u673a\u6784\u6362\u5c4a\u7684\u539f\u5219\u548c\u6761\u4ef6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=5019"};
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 () {
}
});
});
}