瀏覽代碼

增加排队中提示

huangxiaojing 2 年之前
父節點
當前提交
3103c29e11
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 7 0
      static/screenAndroid/WXtrialInterface.html
  2. 7 0
      static/screenIos/WXtrialInterface.html

+ 7 - 0
static/screenAndroid/WXtrialInterface.html

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

+ 7 - 0
static/screenIos/WXtrialInterface.html

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