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=4662&classid=12&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: 1743764698,
nonceStr: 'FpLpzECIXzOmdmnK',
signature: '49c2fe252d9576fa42418b7fc59e759eece21b26',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662-\u5ba3\u4f20\u6587\u660e\u5904\u51af\u4f1f","smalltext":"\u51af\u4f1f\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u59d4\u5458\uff0c\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662\u5ba3\u4f20\u548c\u7cbe\u795e\u5efa\u8bbe\u5904\u526f\u5904\u957f\uff0c\u4e00\u4f4d\u5728\u533b\u9662\u5ba3\u4f20\u6218\u7ebf\u4e0a\u594b\u6597\u4e86\u5341\u5e74\u7684\u8001\u540c\u5fd7\u3002\u5979\u89c9\u5f97\uff0c\u53d7\u4f17\u662f\u533b\u9662\u5ba3\u4f20\u7684\u51fa\u53d1\u70b9\u548c\u843d\u811a\u70b9\uff0c\u53ea\u6709\u7ad9\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4662"};
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 () {
}
});
});
}