Commit c0f38a8a authored by salitedfish's avatar salitedfish

更改部分ui

parent 05957489
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
</p> </p>
</div> </div>
<div class="flex flex-wrap w-full text-xs mt-3" v-if="colletionData.isCommemorate == 0"> <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="text-font-dark-blue">NFT类型</div>
<div class="flex-1 pl-3 flex gap-x-2" v-for='(i,index) in getThemeList' :key="index"> <div class="flex-1 pl-3 flex gap-x-2">
<span>{{i}}</span> <span>{{colletionData.category}}</span>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -102,16 +102,15 @@ ...@@ -102,16 +102,15 @@
></app-cell> ></app-cell>
<app-cell <app-cell
v-if="$route.query.officia || nftData.isCommemorate == 1" text="NFT哈希"
text="NFT HASH"
:name="nftData.nftHash?nftData.nftHash:nftData.fileHash" :name="nftData.nftHash?nftData.nftHash:nftData.fileHash"
boxType="border" boxType="border"
type="showText" type="showText"
:needCopy="true" :needCopy="true"
></app-cell> ></app-cell>
<app-cell <app-cell
v-else v-if="nftData.isCommemorate == 0"
text="剧本HASH" text="文件哈希"
:name="nftData.fileHash" :name="nftData.fileHash"
boxType="border" boxType="border"
type="showText" 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