Browse Source

静态页面

1002884655 4 years ago
parent
commit
cdbc7d2ae2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/WoDe/ChongZhi/index.vue

+ 1
- 1
src/pages/WoDe/ChongZhi/index.vue View File

@@ -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
       }