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=4570&classid=10&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: 1746238045,
nonceStr: 'NbQiflIJmmSvTJk9',
signature: 'dca6f28f17923d29d6a132c5269d08f4a7e8988b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/6b94dbf8b1d8f462d718e96d399a9222.jpg","title":"\u6566\u5316\u5e02\u533b\u9662-\u5168\u529b\u6253\u9020\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u54c1\u724c","smalltext":"\u7406\u5ff5\u5148\u884c \u6280\u672f\u521b\u65b0 \u5168\u529b\u6253\u9020\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u54c1\u724c\u6566\u5316\u5e02\u533b\u9662\u59cb\u5efa\u4e8e1947\u5e74\uff0c\u73b0\u4e3a\u4e00\u6240\u96c6\u533b\u7597\u3001\u79d1\u7814\u3001\u6559\u5b66\u3001\u9884\u9632\u4fdd\u5065\u3001\u5eb7\u590d\u3001\u6025\u6551\u4e3a\u4e00\u4f53\u7684\u7efc\u5408\u6027\u533b\u9662\u3002\u533b\u9662\u5360\u5730\u9762\u79ef3.5\u4e07\u5e73\u65b9\u7c73\uff0c\u5efa\u7b51","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4570"};
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 () {
}
});
});
}