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=3444&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: 1745136059,
nonceStr: 'TQ6EdBfDazI13A6Q',
signature: 'e1f26b8c613981ff32f5c795734ed1e76c5096f2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/7f939b835b627c36e54309f35742ace8.jpg","title":"\u300a\u5065\u5eb7\u62a5\u300b\u8bb0\u8005\u80e1\u5fb7\u8363:\u300a\u679d\u53f6\u60c5\u612b\u300b\u4e00\u5c81\u4e86","smalltext":"2019\u5e747\u67084\u65e5\uff0c\u662f\u6211\u4e00\u751f\u4e2d\u503c\u5f97\u7eaa\u5ff5\u7684\u4e00\u4e2a\u597d\u65e5\u5b50\u3002\u65e0\u610f\u4e2d\u7ffb\u770b\u6708\u5386\uff0c\u8fd9\u5e747\u67084\u65e5\u662f\u732a\u5e74\u516d\u6708\u521d\u4e8c\uff0c\u8fd8\u662f\u4e2a\u201c\u9ec4\u9053\u5409\u65e5\u201d\u3002\u90a3\u5929\u4e0b\u5348\uff0c\u5728\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u51fa\u7248\u793e\u5f20\u5143\u6d4e\u8bb2\u5802\u9686\u91cd\u53ec\u5f00\u4e86\u7531\u4e0a\u6d77\u4ea4\u901a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3444"};
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 () {
}
});
});
}