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=3135&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: 1745150646,
nonceStr: 'pbEMjZf37jCg0l0l',
signature: '932b3c11a35d160bf1edabdb3812dad8c20bf453',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202004\/923be2f743ace308ed8c07918b5557b7.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\uff1a\u73b0\u573a \u2016 \u60e8\uff01","smalltext":"4\u67088\u65e520\u65f6\u8bb8\uff0c\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u5c0f\u513f\u5916\u79d1\/\u6574\u5f62\u5916\u79d1\u63a5\u8bca\u4e86\u4e00\u540d\u9f3b\u90e8\u521b\u4f24\u60a3\u513f\u3002\r\n\u63a5\u8bca\u533b\u751f\u5468\u51e1\u9c81\u4ecb\u7ecd\uff0c\u5f53\u65f6\u60a3\u513f\u6574\u4e2a\u9f3b\u5b50\u4ece\u9f3b\u6881\u5230\u9f3b\u5c16\u88c2\u5f00\u4e24\u534a\uff0c\u521b\u53e3\u5448\u4e0d\u89c4\u5219\u632b\u88c2\u72b6\uff0c\u88c2\u53e3\u7ea64\u516c\u5206\u957f\uff0c\u4ece\u4e2d\u7ebf\u53f3\u4fa7\u7684\u9f3b\u6839\u90e8\u5ef6\u4f38\u81f3\u9f3b\u5c16\uff0c\u90e8\u5206\u9f3b\u9aa8\u5916\u9732\uff0c\u4e14\u4ece\u4f53\u8868\u521b\u53e3\u5224\u65ad\u4e0d\u51fa\u9f3b\u6df1\u90e8\u7684\u635f\u4f24\u7a0b\u5ea6\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3135"};
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 () {
}
});
});
}