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=4398&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: 1744971950,
nonceStr: 'tD9ZuFe4XEWT5vu8',
signature: 'f0d36ab21d236eaaa08544054fb0519500300a3b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/627db5fdd65b9f07225c8142b1be506f.jpg","title":"\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u201c\u533b\u4e8c\u4ee3\u201d\u8d70\u8fdb\u533b\u9662\u624b\u672f\u5ba4","smalltext":"6\u67085\u65e5\uff0c30\u591a\u4f4d\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u201c\u533b\u4e8c\u4ee3\u201d\u8d70\u8fdb\u533b\u9662\u624b\u672f\u5ba4\uff0c\u96f6\u8ddd\u79bb\u63a5\u89e6\u624b\u672f\u95f4\u3002\u8fd9\u6b21\u4f53\u9a8c\u6d3b\u52a8\uff0c\u4ee4\u201c\u533b\u4e8c\u4ee3\u201d\u4eec\u53d7\u76ca\u532a\u6d45\uff0c\u8bb8\u591a\u804c\u5de5\u5bb6\u957f\u4eec\u4e5f\u8868\u793a\uff0c\u8fd9\u6837\u7684\u4f53\u9a8c\u6d3b\u52a8\u8ba9\u5b69\u5b50\u4eec\u8ba4\u8bc6\u533b\u62a4\u804c\u4e1a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4398"};
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 () {
}
});
});
}