update price show for hanging
This commit is contained in:
parent
91ed51c834
commit
f5c88d4669
@ -62,6 +62,7 @@ const getHistoryList = async () => {
|
|||||||
sub.event.usd = _data.usd
|
sub.event.usd = _data.usd
|
||||||
sub.event.currencyName = _data.currencyName
|
sub.event.currencyName = _data.currencyName
|
||||||
sub.event.amount = _data.amount
|
sub.event.amount = _data.amount
|
||||||
|
sub.event.decimals = _data.decimals
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nftList.value = res.rows
|
nftList.value = res.rows
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<a-table-column title="Price" data-index="event">
|
<a-table-column title="Price" data-index="event">
|
||||||
<template #default="{ text: event }">
|
<template #default="{ text: event }">
|
||||||
<div class="price">
|
<div class="price">
|
||||||
{{ priceCalculated(event.data.buy[0].amount) }}
|
{{ priceCalculated(event.amount, event.decimals) }}
|
||||||
<div class="price-icon">
|
<div class="price-icon">
|
||||||
<!-- <img src="@/assets/img/marketplace/ETHicon.png" alt=""> -->
|
<!-- <img src="@/assets/img/marketplace/ETHicon.png" alt=""> -->
|
||||||
<img :src="event.icon" alt="">
|
<img :src="event.icon" alt="">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user