购买确认界面货币icon根据实际情况显示
This commit is contained in:
parent
a25674c758
commit
7014746a60
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user