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=4440&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: 1744328523,
nonceStr: 'RibosVSNqH5aGd6g',
signature: '32b8a97cde5ab4b5b5463e38f501933b816d9195',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/d0783139a66f8ddf3a50b7abe8a798e3.jpg","title":"\u9ec4\u77f3\u5e7f\u6148\u8001\u5e74\u75c5\u533b\u9662\uff1a\u662f\u515a\u7ec4\u7ec7\u7684\u5173\u6000\uff0c\u8ba9\u4ed6\u91cd\u65b0\u71c3\u8d77\u751f\u6d3b\u7684\u5e0c\u671b","smalltext":"\u5e15\u91d1\u68ee\u60a3\u8005\u81ea\u8ff0\uff0c\u662f\u515a\u7ec4\u7ec7\u7684\u5173\u6000\u7ed9\u6211\u751f\u6d3b\u7684\u5e0c\u671b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4440"};
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 () {
}
});
});
}