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=557&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: 1749324207,
nonceStr: 'pZ51yD2nebqNvwcH',
signature: 'f1edfd43c4c7e8e23e00eb466dc16a26126d6c75',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/ae2d71bcd286150ab7c4a4f81a479cdf.jpg","title":"\u5b9d\u9e21\u9ad8\u65b0\u4eba\u6c11\u533b\u9662\uff1a\u201c\u5bb6\u6587\u5316\u201d\u4e3b\u9898\u6d3b\u52a8\u542f\u52a8\u4eea\u5f0f\u62c9\u5f00\u5e37\u5e55","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u6df1\u5165\u63a8\u8fdb\u533b\u9662\u6587\u5316\u5efa\u8bbe\u5de5\u4f5c\uff0c\u4e30\u5bcc\u6587\u5316\u5efa\u8bbe\u5185\u6db5\uff0c\u5b9d\u9e21\u9ad8\u65b0\u4eba\u6c11\u533b\u9662\u5f00\u5c55\u4e86\u4e3a\u671f\u4e24\u5e74\u4ee5\u201c\u5bb6\u6587\u5316\u201d\u4e3a\u4e3b\u9898\u7684\u6587\u5316\u5efa\u8bbe\u7cfb\u5217\u6d3b\u52a8\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=557"};
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 () {
}
});
});
}