소스 검색

静态页面

1002884655 4 년 전
부모
커밋
cdbc7d2ae2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/WoDe/ChongZhi/index.vue

+ 1
- 1
src/pages/WoDe/ChongZhi/index.vue 파일 보기

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