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