Explorar el Código

增加排队中提示

huangxiaojing hace 2 años
padre
commit
c3321333e3

+ 7 - 0
static/screenAndroid/WXtrialInterface.html

@@ -582,6 +582,13 @@
             }, 3000);
             return;
           }
+          if (res.status === 5204) {
+            $.toast('云机异常,正在为你重新分配云机', 'text');
+            setTimeout(() => {
+              quit();
+            }, 3000);
+            return;
+          }
           $('#countView').hide();
           $('.countdown-wrap').hide();
           downline();

+ 7 - 0
static/screenIos/WXtrialInterface.html

@@ -603,6 +603,13 @@
             }, 3000);
             return;
           }
+          if (res.status === 5204) {
+            $.toast('云机异常,正在为你重新分配云机', 'text');
+            setTimeout(() => {
+              quit();
+            }, 3000);
+            return;
+          }
           $('#countView').hide();
           $('.countdown-wrap').hide();
           downline();