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