fix:充值页面 充值金额与快捷充值交互判断条件修改

pull/8/head
kele 2023-02-10 17:32:20 +08:00
parent 049cb5e1fd
commit 470d927816
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
class="ss-reset-button face-value-btn"
v-for="item in state.faceValueList"
:key="item.money"
:class="[{ 'btn-active': state.recharge_money === item.money }]"
:class="[{ 'btn-active': state.recharge_money == parseFloat(item.money) }]"
@tap="onCard(item.money)"
>
<text class="face-value-title">{{ item.money }}</text>