|
@@ -63,7 +63,7 @@
|
|
|
<div class="list_of_details_one_title_con">{{ info.name }}</div>
|
|
<div class="list_of_details_one_title_con">{{ info.name }}</div>
|
|
|
<div class="list_of_details_one_text" v-if="!info.consignment">
|
|
<div class="list_of_details_one_text" v-if="!info.consignment">
|
|
|
<img :src="require('@assets/blockchain@3x.png')" alt="" class="list_of_details_one_text_img" />
|
|
<img :src="require('@assets/blockchain@3x.png')" alt="" class="list_of_details_one_text_img" />
|
|
|
- <div class="list_of_details_one_text_con">{{ info.numericCode }}</div>
|
|
|
|
|
|
|
+ <div class="list_of_details_one_text_con">{{ info.tokenId }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="list_of_details_one_title_one" v-else>
|
|
<div class="list_of_details_one_title_one" v-else>
|
|
|
<div class="list_of_details_one_title_one_text1">{{ info.collectionCategory }}</div>
|
|
<div class="list_of_details_one_title_one_text1">{{ info.collectionCategory }}</div>
|