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=6430&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: 1746128951,
nonceStr: '1SCAb55gZhMwSiMV',
signature: 'a1f0038f74dee07edbf2b54ddd46f749fd670478',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u4e3e\u884c\u201c\u60c5\u6696\u91d1\u79cb\uff0c\u7231\u5728\u91cd\u9633\u201d\u8001\u5e74\u5927\u5b66\u4e49\u8bca\u6d3b\u52a8","smalltext":"\u4e3a\u4f20\u627f\u4e2d\u534e\u6c11\u65cf\u656c\u8001\u7231\u4eb2\u7684\u4f20\u7edf\u7f8e\u5fb7\uff0c\u4e3a\u8001\u5e74\u4eba\u9001\u53bb\u5b9e\u5b9e\u5728\u5728\u7684\u5065\u5eb7\u793c\u7269\uff0c10\u670823\u65e5\u91cd\u9633\u8282\u4e0a\u5348\uff0c\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u7ec4\u7ec7\u4e2d\u533b\u5185\u79d1\u3001\u4e2d\u533b\u5987\u79d1\u3001\u4e2d\u533b\u7f8e\u5bb9\u3001\u4e2d\u533b\u6cbb\u672a\u75c5\u3001\u9488\u7078\u63a8\u62ff\u3001\u6ccc","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6430"};
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 () {
}
});
});
}