瀏覽代碼

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

gjy 3 年之前
父節點
當前提交
f37388f0a0
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      pages/mine/myAccount/withdrawal.vue

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

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