修复nft名称不显示
This commit is contained in:
parent
1c73b95f90
commit
71b5fcb091
@ -208,7 +208,7 @@
|
||||
</div>
|
||||
<div v-if="row.items !== undefined && row.items.length > 0">
|
||||
<span>{{ row.items[0].name }}</span>
|
||||
<img v-if="row.items[0].name == 'nft'" src="./../../assets/common/common_icon_NFT.png" alt />
|
||||
<img v-if="row.items[0].name == 'NFT'" src="./../../assets/common/common_icon_NFT.png" alt />
|
||||
<img v-else src="./../../assets/common/wallet-yes.png" alt />
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user