|
|
@@ -63,10 +63,10 @@
|
|
|
<div class="list_of_details_one_title_con">{{ info.name }}</div>
|
|
|
<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" />
|
|
|
- <div class="list_of_details_one_text_con">ac10781#03506/10000</div>
|
|
|
+ <div class="list_of_details_one_text_con">{{info.numericCode}}</div>
|
|
|
</div>
|
|
|
<div class="list_of_details_one_title_one" v-else>
|
|
|
- <div class="list_of_details_one_title_one_text1">清乾隆</div>
|
|
|
+ <div class="list_of_details_one_title_one_text1">{{info.collectionCategory}}</div>
|
|
|
<div class="list_of_details_one_title_one_text2">{{ info.category }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -92,7 +92,7 @@
|
|
|
/>
|
|
|
<div class="collection_holder_publisher_title">
|
|
|
<div class="collection_holder_publisher_title_one">{{ userInfo.nickname }}</div>
|
|
|
- <div class="collection_holder_publisher_title_two">作品06</div>
|
|
|
+ <div class="collection_holder_publisher_title_two">{{info.collectionWorks}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -106,7 +106,7 @@
|
|
|
</div>
|
|
|
<div class="work_story_creator">
|
|
|
<div class="work_story_creator_left">发行方</div>
|
|
|
- <div class="work_story_creator_right">苏州合适设计营造股份有限公司</div>
|
|
|
+ <div class="work_story_creator_right">{{info.issuer}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -114,7 +114,7 @@
|
|
|
<div class="hold_privileges">
|
|
|
<div class="hold_privileges_con">
|
|
|
<div class="hold_privileges_title">
|
|
|
- 持有特权<span class="hold_privileges_tip">灰色表示已使用</span>
|
|
|
+ 持有特权<span class="hold_privileges_tip" v-if="privileges.length != 0">灰色表示已使用</span>
|
|
|
</div>
|
|
|
<div class="hold_privileges_name" v-if="privileges.length == 0">创作者暂时未设置</div>
|
|
|
<div class="hold_privileged_information" v-else>
|
|
|
@@ -153,7 +153,7 @@
|
|
|
<div class="hold_privileges_title">作品特效</div>
|
|
|
<div class="hold_privileges_name" v-if="properties.length == 0">创作者暂时未设置</div>
|
|
|
<div class="digital_equity_card" v-else>
|
|
|
- <div class="digital_equity_card_con" v-for="(item, index) in properties" :key="index">
|
|
|
+ <div class="digital_equity_card_con" v-for="(item, index) in properties" :key="index" @click="Whisper">
|
|
|
<span class="digital_equity_card_con_one">{{ item.name }}</span>
|
|
|
<span class="digital_equity_card_con_two">{{ item.value }}</span>
|
|
|
</div>
|
|
|
@@ -406,7 +406,7 @@
|
|
|
<div class="list_of_details_one_title_con">{{ info.name }}</div>
|
|
|
<div class="list_of_details_one_text">
|
|
|
<img :src="require('@assets/blockchain@3x.png')" alt="" class="list_of_details_one_text_img" />
|
|
|
- <div class="list_of_details_one_text_con">ac10781#03506/10000</div>
|
|
|
+ <div class="list_of_details_one_text_con">{{info.numericCode}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -864,23 +864,24 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
openedFn() {
|
|
|
- this.show2 = false;
|
|
|
- this.show3 = true;
|
|
|
- if (!this.init2.once) {
|
|
|
+ console.log("14313131",this.init2)
|
|
|
+ // this.show2 = false;
|
|
|
+ // this.show3 = true;
|
|
|
+ // if (!this.init2.once) {
|
|
|
// this.show2 = false;
|
|
|
- this.$http
|
|
|
- .post('/asset/usePrivilege', {
|
|
|
- assetId: this.info.id,
|
|
|
- privilegeId: this.init2.id
|
|
|
- })
|
|
|
- .then(res => {
|
|
|
- console.log(res);
|
|
|
- });
|
|
|
- }
|
|
|
+ // this.$http
|
|
|
+ // .post('/asset/usePrivilege', {
|
|
|
+ // assetId: this.info.id,
|
|
|
+ // privilegeId: this.init2.id
|
|
|
+ // })
|
|
|
+ // .then(res => {
|
|
|
+ // console.log(res);
|
|
|
+ // });
|
|
|
+ // }
|
|
|
},
|
|
|
Whisper() {
|
|
|
if (!this.init2.once || (this.init2.once && !this.init2.opened)) {
|
|
|
- this.show2 = true;
|
|
|
+ // this.show2 = true;
|
|
|
this.$http
|
|
|
.post('/asset/usePrivilege', {
|
|
|
assetId: this.info.id,
|