Merge branch 'new-CounterFire' of http://git.kingsome.cn/huangjinming/CounterFireGames into new-CounterFire
This commit is contained in:
commit
3a60f9111b
@ -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