fix: nạp tiền
This commit is contained in:
parent
7abb0d5782
commit
effdde709d
@ -1913,7 +1913,7 @@ body .van-toast .van-toast__icon {
|
||||
}
|
||||
|
||||
.van-button__text {
|
||||
/* color: #fff !important; */
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.van-radio__icon {
|
||||
|
@ -43,7 +43,7 @@ const submit = () => {
|
||||
<p class="value">{{ formatNumber(userInfo?.money) }}Đ</p>
|
||||
</div>
|
||||
<div class="content recharge">
|
||||
<form class="van-form" @click.prevent="submit">
|
||||
<form class="van-form" @submit.prevent="submit">
|
||||
<div class="form-item">
|
||||
<div class="form-item-title">Vui lòng nhập số tiền nạp</div>
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user