shish 5 luni în urmă
părinte
comite
222e7b1f69
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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做准备