@@ -575,6 +575,13 @@
}, 3000);
return;
}
+ if (res.status === 5203) {
+ $.toast('正在排队中,请稍等', 'text');
+ setTimeout(() => {
+ quit();
+ }, 3000);
+ return;
+ }
$('#countView').hide();
$('.countdown-wrap').hide();
downline();
@@ -596,6 +596,13 @@