shish пре 5 месеци
родитељ
комит
222e7b1f69
1 измењених фајлова са 1 додато и 1 уклоњено
  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.hdInfo = res.data.hd ? res.data.hd : []
 					that.customInfo = res.data.custom ? res.data.custom : []
 					that.customInfo = res.data.custom ? res.data.custom : []
 					if(that.hdInfo.balance < 0){
 					if(that.hdInfo.balance < 0){
-						that.hint = '请输入金额'
+						that.hint = '请输入结账金额'
 					}
 					}
 
 
 					//通过扫码进来的,要把hdId保存到storage,为后面请求api做准备
 					//通过扫码进来的,要把hdId保存到storage,为后面请求api做准备