瀏覽代碼

静态页面

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
       }