fix:充值页面 充值金额与快捷充值交互判断条件修改
parent
049cb5e1fd
commit
470d927816
|
@ -35,7 +35,7 @@
|
||||||
class="ss-reset-button face-value-btn"
|
class="ss-reset-button face-value-btn"
|
||||||
v-for="item in state.faceValueList"
|
v-for="item in state.faceValueList"
|
||||||
:key="item.money"
|
:key="item.money"
|
||||||
:class="[{ 'btn-active': state.recharge_money === item.money }]"
|
:class="[{ 'btn-active': state.recharge_money == parseFloat(item.money) }]"
|
||||||
@tap="onCard(item.money)"
|
@tap="onCard(item.money)"
|
||||||
>
|
>
|
||||||
<text class="face-value-title">{{ item.money }}</text>
|
<text class="face-value-title">{{ item.money }}</text>
|
||||||
|
|
Loading…
Reference in New Issue