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=5351&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: 1743703010,
nonceStr: 'jyVtxK9pNLvy0UiO',
signature: '690eaf5e173eb50166bd47c7d1d3a97bd35d8bd0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e5d\u65ec\u8001\u4eba\u4e0d\u614e\u8dcc\u5012\u81f4\u9acb\u90e8\u9aa8\u6298\uff0c24\u5c0f\u65f6\u5185\u5b8c\u6210\u5fae\u521b\u624b\u672f\u5eb7\u590d\u826f\u597d","smalltext":"5\u670819\u65e5\u4e0a\u5348\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u521b\u4f24\u624b\u5916\u9aa8\u79d1\u4e3b\u4efb\u3001\u4e3b\u4efb\u533b\u5e08\u6731\u91d1\u8363\u5e26\u961f\u67e5\u623f\uff0c\u60a3\u8005\u4e09\u5929\u524d\u4e0d\u614e\u8dcc\u5012\u81f4\u9acb\u90e8\u9aa8\u6298\u6025\u8bca\u5165\u9662\u768492\u5c81\u8001\u5976\u5976\u5df2\u80fd\u591f\u81ea\u884c\u5728\u75c5\u5e8a\u4e0a\u5750\u8d77\uff0c\u914d\u5408\u533b\u751f\u68c0\u67e5\u3002\u636e\u4ecb\u7ecd\uff0c92\u5c81\u7684\u8001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5351"};
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 () {
}
});
});
}