Prechádzať zdrojové kódy

Merge branch 'master' of http://git.zthymaoyi.com/gongdecai/wangluohuoyun-huozhuapp

gjy 3 rokov pred
rodič
commit
f37388f0a0
1 zmenil súbory, kde vykonal 7 pridanie a 0 odobranie
  1. 7 0
      pages/mine/myAccount/withdrawal.vue

+ 7 - 0
pages/mine/myAccount/withdrawal.vue

@@ -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',