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=3420&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: 1745136060,
nonceStr: 'qrIEcZF1lDYHKkjl',
signature: 'c6b1128260174aa6e1af091966c14aebaa1f70f3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202006\/7e54f49527ba4f363174e95143b74059.jpg","title":"\u534e\u5c71\u533b\u9662\uff1a\u7b2c\u4e5d\u5c4a\u201c\u4e66\u9999\u534e\u5c71 \u4eba\u6587\u533b\u5b66\u201d\u8bfb\u4e66\u8282\u5f00\u5e55\u5f0f\u66a8\u6297\u75ab\u53d9\u4e8b\u62a4\u7406\u4ea4\u6d41\u4f1a\u6210\u529f\u4e3e\u529e","smalltext":"6\u670824\u65e5\u4e2d\u5348\uff0c\u7b2c\u4e5d\u5c4a\u201c\u4e66\u9999\u534e\u5c71 \u4eba\u6587\u533b\u5b66\u201d\u534e\u5c71\u533b\u9662\u804c\u5de5\u8bfb\u4e66\u8282\u5f00\u5e55\u5f0f\u66a8\u6297\u75ab\u53d9\u4e8b\u62a4\u7406\u4ea4\u6d41\u4f1a\u4ece\u6297\u51fb\u65b0\u51a0\u7684\u785d\u70df\u548c\u80dc\u5229\u4e2d\u8d70\u6765\uff0c\u56db\u4f4d\u4ece\u4e8b\u53d9\u4e8b\u533b\u5b66\u6216\u62a4\u7406\u5b66\u7684\u5609\u5bbe\u3001\u56db\u4f4d\u66fe\u594b\u6218\u5728\u6297\u75ab\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3420"};
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 () {
}
});
});
}