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=6474&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: 1743764821,
nonceStr: 'mkYBoFiMNR2ed0jb',
signature: '396c2ee67d4c2eebdf18b95095169e3007c0b1c0',
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\u7ba1\u7406\u5f81\u6587\uff1a\u624b\u5fc3\u7684\u6e29\u6696","smalltext":"\u8fd9\u4e00\u5929\uff0c\u5982\u5f80\u5e38\u4e00\u6837\u6b63\u5e38\u4e0a\u73ed\uff0c\u4f46\u662f\u8fce\u6765\u4e86\u4e00\u4f4d\u5bf9\u6211\u6765\u8bf4\u6bd4\u8f83\u7279\u6b8a\u7684\u75c5\u4eba\u3002\u4e00\u4f4d\u5e74\u9f84\u8ddf\u6211\u5988\u5988\u76f8\u4eff\u7684\u963f\u59e8\uff0c\u7f79\u60a3\u6709\u5e15\u91d1\u68ee\u75c5\u591a\u5e74\uff0c\u4eca\u5929\u505a\u7535\u6781\u690d\u5165\u672f\u3002\u56e0\u4e3a\u624b\u672f\u9700\u8981\uff0c\u6574\u4e2a\u624b\u672f\u8fc7\u7a0b\u5206\u4e3a\u4e24\u4e2a\u90e8\u5206","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6474"};
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 () {
}
});
});
}