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=4393&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: 1744970132,
nonceStr: 'wwWMZqXSXm76j64h',
signature: 'a058ddb46cf567afa35cfa4c6cbae8803383d303',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/5686a942f3fe1f301fe2b4720a09f574.jpg","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u906d\u9047\u4eba\u751f\u6700\u540e\u4e00\u6b21\u9aa8\u6298 94\u5c81\u8001\u4eba\u6709\u4e00\u4e2a\u613f\u671b","smalltext":"\u201c\u7236\u4eb2\u662f\u4e00\u540d\u8001\u5171\u4ea7\u515a\u5458\uff0c\u77e5\u9053\u81ea\u5df1\u6454\u4f24\u7684\u7ed3\u679c\u540e\uff0c\u7b2c\u4e00\u65f6\u95f4\u5c31\u8868\u793a\u4e0d\u60f3\u7ed9\u56fd\u5bb6\u518d\u6dfb\u9ebb\u70e6\uff0c\u4ed6\u8981\u6c42\u624b\u672f\uff0c\u6700\u5927\u7684\u613f\u671b\u5c31\u662f\u5728\u5efa\u515a100\u5468\u5e74\u65f6\u80fd\u7ad9\u8d77\u6765\uff0c\u4eb2\u773c\u770b\u770b\u7f8e\u4e3d\u7684\u7956\u56fd\u3002\u7236\u4eb2\u7684\u613f\u671b\u611f\u52a8\u4e86\u6211","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4393"};
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 () {
}
});
});
}