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=6506&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: 1743787884,
nonceStr: 'IKExGXnMZ0jfeqCd',
signature: 'c69c7308a2dfeed76392ad2f9d00395466e0e0e5',
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\u4e00\u4efd\u5fc3\u610f\uff0c\u6e29\u6696\u8fd9\u4e2a\u6625\u5929","smalltext":"\u8fc7\u4e86\u814a\u516b\u5c31\u662f\u5e74\uff0c\u968f\u7740\u6d53\u6d53\u7684\u5e74\u5473\u6084\u7136\u800c\u81f3\uff0c\u5904\u5904\u6d0b\u6ea2\u7740\u6b22\u4e50\u559c\u5e86\u7684\u6c1b\u56f4\u3002\u540c\u6837\uff0c\u5728\u6dc4\u535a\u5e02\u4e2d\u897f\u533b\u7ed3\u5408\u533b\u9662\u75c5\u623f\u5185\uff0c\u60a3\u8005\u4ece\u521d\u6765\u4f4f\u9662\u65f6\u7684\u6cae\u4e27\u6291\u90c1\u5230\u540e\u6765\u7684\u91cd\u5c55\u7b11\u989c\uff0c\u6bcf\u4e2a\u4eba\u90fd\u6709\u4e00\u9897\u5f52\u5bb6\u7684\u5fc3\uff0c\u671f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6506"};
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 () {
}
});
});
}