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=583&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: 1749324449,
nonceStr: 'iqhj6IcboorBzsLg',
signature: '1a16586b4d5a3ef21136830a86315b50bad3f0d5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/b34835302bf1634ba0d2234e77070f8d.png","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7537\u5b50\u88ab\u86c7\u4eb2\u543b\uff0c\u5d4a\u5dde\u9996\u4f8b\u94f6\u73af\u86c7\u54ac\u4f24\u60a3\u8005\u83b7\u6551\u6cbb","smalltext":" \u8fd1\u65e5\uff0c\u5728\u5d4a\u5dde\u6253\u5de5\u768419\u5c81\u8fbd\u5b81\u5c0f\u4f19\u5b50\u5f20\u5148\u751f\uff08\u5316\u540d\uff09\u5728\u4e00\u6b21\u5076\u7136\u95f4\u5f97\u5230\u4e00\u6761\u9ed1\u767d\u76f8\u95f4\u7684\u5c0f\u86c7\uff0c\u89c9\u5f97\u65b0\u5947\u597d\u73a9\u3002\u5c31\u62ff\u5728\u624b\u4e0a\u628a\u73a9\uff0c\u7529\u52a8\u4e2d\uff0c\u5c0f\u86c7\u6070\u597d\u64e6\u8fc7\u4ed6\u7684\u5634\uff0c\u51b7\u4e0d\u4e01\u731b \u201c\u4eb2\u201d\u4e86\u4ed6\u4e00\u53e3\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=583"};
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 () {
}
});
});
}