|
@@ -310,7 +310,7 @@
|
|
|
<img :src="require('@assets/maisui.png')" alt="" class="list_of_details_one_title_img" />
|
|
<img :src="require('@assets/maisui.png')" alt="" class="list_of_details_one_title_img" />
|
|
|
<div class="list_of_details_one_title_con">{{ info.name }}</div>
|
|
<div class="list_of_details_one_title_con">{{ info.name }}</div>
|
|
|
<div class="limited_label">
|
|
<div class="limited_label">
|
|
|
- <!-- <div class="limited_label_title">{{ info.collectionCategory }}</div> -->
|
|
|
|
|
|
|
+ <div class="limited_label_title" v-if="info.collectionCategory">{{ info.collectionCategory }}</div>
|
|
|
<div class="limited_label_number">限量</div>
|
|
<div class="limited_label_number">限量</div>
|
|
|
<div class="limited_label_total">{{ info.total }}份</div>
|
|
<div class="limited_label_total">{{ info.total }}份</div>
|
|
|
<div class="limited_label_category">{{ info.category }}</div>
|
|
<div class="limited_label_category">{{ info.category }}</div>
|
|
@@ -382,10 +382,10 @@
|
|
|
<div class="work_story_creator_left">创作者</div>
|
|
<div class="work_story_creator_left">创作者</div>
|
|
|
<div class="work_story_creator_right">{{ info.minter }}</div>
|
|
<div class="work_story_creator_right">{{ info.minter }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- <div class="work_story_creator">
|
|
|
|
|
|
|
+ <div class="work_story_creator" v-if="info.issuer">
|
|
|
<div class="work_story_creator_left">发行方</div>
|
|
<div class="work_story_creator_left">发行方</div>
|
|
|
<div class="work_story_creator_right">{{info.issuer}}</div>
|
|
<div class="work_story_creator_right">{{info.issuer}}</div>
|
|
|
- </div> -->
|
|
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="hold_privileges">
|
|
<div class="hold_privileges">
|
|
@@ -393,14 +393,14 @@
|
|
|
<hash-code :info="info"></hash-code>
|
|
<hash-code :info="info"></hash-code>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- <div class="purchase_instructions">
|
|
|
|
|
|
|
+ <div class="purchase_instructions" v-if="info.purchaseInstructions">
|
|
|
<div class="purchase_instructions_con">
|
|
<div class="purchase_instructions_con">
|
|
|
<div class="purchase_instructions_title">购买须知</div>
|
|
<div class="purchase_instructions_title">购买须知</div>
|
|
|
<div class="purchase_instructions_text">
|
|
<div class="purchase_instructions_text">
|
|
|
{{info.purchaseInstructions}}
|
|
{{info.purchaseInstructions}}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div> -->
|
|
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- <img src="" alt="" class="detail_content_img" />
|
|
<!-- <img src="" alt="" class="detail_content_img" />
|
|
|
<div class="detail_content_one">
|
|
<div class="detail_content_one">
|