@@ -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做准备