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=6412&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: 1743897963,
nonceStr: 'EMff4knDu5SIwQKy',
signature: '7fe7720ee07dd43699118a5268756e11ee41acb7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202308\/cf7573ae9c866d10023a0bbb78a6e436.jpg","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u8bbe\u7acb\u672c\u5730\u533a\u9996\u5bb6\u533b\u9662\u9605\u8bfb\u7a7a\u95f4","smalltext":"\u8bfb\u4e66\uff0c\u53ef\u4ee5\u51c0\u5316\u5fc3\u7075\u3001\u5e73\u590d\u60c5\u7eea\u3001\u4e30\u5bcc\u9605\u5386\u3002\u4f60\u80fd\u5426\u60f3\u5230\uff0c\u5728\u767d\u5927\u8902\u3001\u6d88\u6bd2\u6c34\u7684\u73af\u5883\u91cc\u4e5f\u80fd\u6563\u53d1\u4e00\u80a1\u201c\u4e66\u9999\u6c14\u201d\u3002\u4f60\u53d1\u73b0\u4e86\u5417\uff1f\u5728\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u6709\u4e00\u5904\u7cbe\u5de7\u7684\u201c\u56fe\u4e66\u89d2\u201d\u3002\u90a3\u662f\uff0c\u533b\u9662\u4e3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6412"};
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 () {
}
});
});
}