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=829&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: 1749395990,
nonceStr: 'F6DR53TBmu4faYXF',
signature: '3d1aebbdc8342079d5e752a92b79180a93f8b7d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/b939df3cb06841fe4233126b36ff9711.jpg","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff1a\u9ad8\u5371\u5b55\u4ea7\u5987\u201c\u4efb\u6027\u201d\u51fa\u9662 26\u5929\u8de8\u533a\u8ffd\u8e2a\u4e0e\u6b7b\u795e\u8d5b\u8dd1\uff01","smalltext":"2019\u5e744\u6708\uff0c\u4e16\u754c\u9996\u4f8b\u80ba\u52a8\u8109\u9ad8\u538b\u4ea7\u5987\u5434\u68a6\u53bb\u4e16\u7684\u65b0\u95fb\u66fe\u5f15\u8d77\u793e\u4f1a\u5f3a\u70c8\u5173\u6ce8\uff0c\u4e5f\u8ba9\u516c\u4f17\u5bf9\u80ba\u52a8\u8109\u9ad8\u538b\u8fd9\u4e00\u598a\u5a20\u7981\u5fcc\u75c7\u6709\u6240\u4e86\u89e3\u4e0e\u5fcc\u60ee\u3002\u7136\u800c\uff0c\u73b0\u5b9e\u751f\u6d3b\u4e2d\u5374\u603b\u6709\u4eba\u5bf9\u75be\u75c5\u5fc3\u6000\u4fa5\u5e78\uff0c\u5bf9\u98ce\u9669\u89c6\u800c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=829"};
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 () {
}
});
});
}