Commit c0f38a8a authored by salitedfish's avatar salitedfish

更改部分ui

parent 05957489
......@@ -29,9 +29,9 @@
</p>
</div>
<div class="flex flex-wrap w-full text-xs mt-3" v-if="colletionData.isCommemorate == 0">
<div class="text-font-dark-blue">题材</div>
<div class="flex-1 pl-3 flex gap-x-2" v-for='(i,index) in getThemeList' :key="index">
<span>{{i}}</span>
<div class="text-font-dark-blue">NFT类型</div>
<div class="flex-1 pl-3 flex gap-x-2">
<span>{{colletionData.category}}</span>
</div>
</div>
</div>
......
......@@ -102,16 +102,15 @@
></app-cell>
<app-cell
v-if="$route.query.officia || nftData.isCommemorate == 1"
text="NFT HASH"
text="NFT哈希"
:name="nftData.nftHash?nftData.nftHash:nftData.fileHash"
boxType="border"
type="showText"
:needCopy="true"
></app-cell>
<app-cell
v-else
text="剧本HASH"
v-if="nftData.isCommemorate == 0"
text="文件哈希"
:name="nftData.fileHash"
boxType="border"
type="showText"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment