shish 5 months ago
parent
commit
222e7b1f69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mallApp/src/pages/member/recharge.vue

+ 1 - 1
mallApp/src/pages/member/recharge.vue

@@ -175,7 +175,7 @@ export default {
 					that.hdInfo = res.data.hd ? res.data.hd : []
 					that.customInfo = res.data.custom ? res.data.custom : []
 					if(that.hdInfo.balance < 0){
-						that.hint = '请输入金额'
+						that.hint = '请输入结账金额'
 					}
 
 					//通过扫码进来的,要把hdId保存到storage,为后面请求api做准备