瀏覽代碼

修改bug

huangxiaojing 2 年之前
父節點
當前提交
4251a5fb4b
共有 1 個文件被更改,包括 4 次插入4 次删除
  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() {