1002884655 4 år sedan
förälder
incheckning
cdbc7d2ae2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/pages/WoDe/ChongZhi/index.vue

+ 1
- 1
src/pages/WoDe/ChongZhi/index.vue Visa fil

@@ -56,7 +56,7 @@ export default {
56 56
         this.Toast('充值牛逼数量不能为空')
57 57
         return false
58 58
       }
59
-      if (this.Amount - 0) {
59
+      if (this.Amount - 0 <= 0) {
60 60
         this.Toast('充值牛逼数量必须为正整数')
61 61
         return false
62 62
       }