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=4446&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: 1746257649,
nonceStr: '6EyXx0PhSXJsUnKb',
signature: '3ef9afa56c69802b318c0d2a7aa371b9f7341124',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/b42ee583d76e61b805bb2828ef4c3802.jpg","title":"\u4e0a\u6d77\u4ea4\u5927\u533b\u5b66\u9662\uff1a\u7559\u4e0b\u4e86\u4e0d\u5fd8\u521d\u5fc3\u3001\u7cbe\u5f69\u800c\u96be\u5fd8\u7684\u6bd5\u4e1a\u6545\u4e8b","smalltext":"7\u6708\uff0c\u5f53\u6bd5\u4e1a\u5b63\u9047\u4e0a\u5efa\u515a\u767e\u5e74\uff0c\u672c\u6765\u5c31\u5341\u5206\u7cbe\u81f4\u7684\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u533b\u5b66\u9662\u6108\u53d1\u7f8e\u4e3d\u6f02\u4eae\u4e86\u3002\u5728\u8001\u7ea2\u697c\u4e0b\u3001\u61ff\u5fb7\u697c\u524d\u3001\u55b7\u6c34\u6c60\u7554\uff0c\u8eab\u7a7f\u8d6d\u5f64\u7ea2\u535a\u58eb\u670d\u3001\u5929\u7a7a\u84dd\u7855\u58eb\u670d\u548c\u95ea\u4eae\u9ed1\u5b66\u58eb\u670d\u76842021\u5c4a\u7684225","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4446"};
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 () {
}
});
});
}