Merge branch 'box-award' of http://git.kingsome.cn/yuyongdong/UAW into fix-check-in

This commit is contained in:
yuyongdong 2024-04-25 10:37:11 +08:00
commit d634ba1260

View File

@ -208,7 +208,7 @@
</div> </div>
<div v-if="row.items !== undefined && row.items.length > 0"> <div v-if="row.items !== undefined && row.items.length > 0">
<span>{{ row.items[0].name }}</span> <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 /> <img v-else src="./../../assets/common/wallet-yes.png" alt />
</div> </div>
</div> </div>