购买确认界面货币icon根据实际情况显示

This commit is contained in:
CounterFire2023 2024-06-28 19:28:42 +08:00
parent a25674c758
commit 7014746a60

View File

@ -36,7 +36,7 @@
<!-- <div>{{ priceCalculated(buyDataArr[0].event.data.buy[0].amount) }}</div> -->
<div>{{ priceCalculated(item.event.data.buy[0].amount) }}</div>
<div class="price-img">
<img src="@/assets/img/marketplace/ETHicon.png" alt />
<img :src="item.icon" alt />
</div>
</div>
</li>
@ -48,7 +48,7 @@
<li>
<div>
<span>{{ totalPrice }}</span>
<img src="@/assets/img/marketplace/ETHicon.png" alt />
<img :src="props.buyDataArr[0].icon" alt />
</div>
<!-- <div class="money">$ 400</div> -->
</li>