diff --git a/src/components/NFTBook/ItemCard.vue b/src/components/NFTBook/ItemCard.vue index 9c1d76e7c..aded3938b 100644 --- a/src/components/NFTBook/ItemCard.vue +++ b/src/components/NFTBook/ItemCard.vue @@ -149,9 +149,20 @@ class="flex flex-col justify-center min-w-0" > - {{ - iscnWorkAuthor - }} + + +
  • + +
  • @@ -180,7 +191,9 @@ :text=" $t( iscnWorkAuthor - ? 'identity_type_publisher' + ? iscnWorkPublisher + ? 'identity_type_distributor' + : 'identity_type_publisher' : 'identity_type_creator' ) " diff --git a/src/mixins/nft.js b/src/mixins/nft.js index d31d3cf58..ed7eafd5e 100644 --- a/src/mixins/nft.js +++ b/src/mixins/nft.js @@ -181,6 +181,9 @@ export default { iscnWorkAuthor() { return this.iscnData?.contentMetadata?.author?.trim(); }, + iscnWorkPublisher() { + return this.iscnData?.contentMetadata?.publisher?.trim(); + }, iscnURL() { return `${APP_LIKE_CO_VIEW}/${encodeURIComponent(this.iscnId)}`; }, diff --git a/src/pages/nft/claim/index.vue b/src/pages/nft/claim/index.vue index d454f5d8c..d5586c23f 100644 --- a/src/pages/nft/claim/index.vue +++ b/src/pages/nft/claim/index.vue @@ -95,12 +95,26 @@ {{ iscnWorkAuthor }}

    -
    +
    +
    +
    -
    +
    +
    +