Procházet zdrojové kódy

Merge branch 'feature/99年卡活动' of Software/android-cloud-H5 into develop

huangxiaojing před 2 roky
rodič
revize
e19103c50d
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      pages/activity/lottery/index.vue

+ 4 - 4
pages/activity/lottery/index.vue

@@ -526,10 +526,10 @@ export default {
         });
         return false;
       }
-      // if (this.num === 0) {
-      //   this.showPay = true;
-      //   return false;
-      // }
+      if (this.num === 0) {
+        this.showPay = true;
+        return false;
+      }
       return true;
     },
     closed() {