@@ -147,6 +147,13 @@
})
return true
}
+ if (this.formInfo.amountMoney <= 0) {
+ this.$refs.uToast.show({
+ type: 'error',
+ message: "请输入提现金额!",
+ })
+ return true
+ }
if (Number(this.usableMoney) < Number(this.formInfo.amountMoney)) {
this.$refs.uToast.show({
type: 'error',