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=3891&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: 1745109244,
nonceStr: '04PVkglMhNzuzULi',
signature: '57ba070723d0e1b49c3e6a48e6aea0eed698f3e1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6258\u8d77\u60a3\u8005\u201c\u5fc3\u201d\u5e0c\u671b","smalltext":"2020\u5e7411\u670825\u65e5\u4e0a\u534810\u65f6\u5de6\u53f3\uff0c\u6566\u5316\u5e02\u533b\u9662\u80f8\u75db\u4e2d\u5fc3\u95e8\u5916\u4f20\u6765\u4e00\u9635\u6025\u4fc3\u7684\u811a\u6b65\u58f0\uff0c\u5608\u6742\u7684\u547c\u6551\u58f0\u6253\u7834\u4e86\u539f\u6709\u7684\u5b81\u9759\u2026\u2026\u4e00\u4f4d\u8001\u5e74\u5973\u6027\u80f8\u75db\u60a3\u8005\u7531\u201c120\u201d\u6025\u6551\u533b\u62a4\u4eba\u5458\u966a\u540c\u4e0b\u9001\u81f3\u80f8\u75db\u4e2d\u5fc3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3891"};
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 () {
}
});
});
}