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=3449&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: 1745135122,
nonceStr: 'yxWQe5xTRJFbmVuG',
signature: '4f5f224888258803fdb7bf996952ab6c649e2f86',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u7622\u75d5\u598a\u5a20\u5927\u51fa\u8840\u547d\u60ac\u4e00\u7ebf\uff0cMDT\u534f\u4f5c\u6551\u547d\u4fdd\u5b50\u5bab","smalltext":"6\u67089\u65e511:00\uff0c\u201c\u5987\u4ea7\u4e2d\u5fc3\u5417\uff1f\u73b0\u6709\u4e00\u540d\u4eba\u6d41\u672f\u4e2d\u6d41\u8840\u4e0d\u6b62\u7684\u60a3\u8005\u5373\u5c06\u6765\u9662\uff0c\u8bf7\u505a\u597d\u51c6\u5907\uff01\u201d\u201c\u5927\u51fa\u8840\u62a2\u6551\uff01\u5927\u5bb6\u505a\u597d\u51c6\u5907\uff01\u201d\u4e3b\u4efb\u5f20\u4e3d\u4e00\u58f0\u4ee4\u4e0b\uff0c\u5987\u4ea7\u8bca\u7597\u4e2d\u5fc3\u7684\u4eba\u5458\u7acb\u523b\u4e25\u9635\u4ee5\u5f85\u3002\u4ea7\u623f\u3001\u836f\u7269\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3449"};
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 () {
}
});
});
}