feat(充值转账页): 取消展示金币

This commit is contained in:
hzj 2025-10-10 11:02:03 +08:00
parent 3a9893ddd3
commit f03fe824cc
2 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,6 @@
:class="['coin-item', { selected: selectedCoin === coin.id }]"
>
<img src="../assets/icon/coin.png" alt="" style="width: 40%" />
<div style="font-weight: 500; color: #373232">{{ coin.amount }}</div>
<div style="font-weight: 500; color: #131111">${{ coin.price }}</div>
</div>
</div>

View File

@ -165,7 +165,6 @@
:class="['coin-item', { selected: selectedCoin === coin.id }]"
>
<img src="../assets/icon/coin.png" alt="" style="width: 40%" />
<div style="font-weight: 500; color: #373232">{{ coin.amount }}</div>
<div style="font-weight: 500; color: #131111">${{ coin.price }}</div>
</div>
</div>