diff --git a/pages/nft/url/index.vue b/pages/nft/url/index.vue
index dd112461..560cbb3f 100644
--- a/pages/nft/url/index.vue
+++ b/pages/nft/url/index.vue
@@ -648,8 +648,8 @@ export default class FetchIndex extends Vue {
logTrackerEvent(this, 'NFTUrlMint', 'CrawlUrlData', this.url, 1);
const { data } = await this.$axios.get(`/crawler/?url=${encodeURIComponent(this.encodedURL)}&wallet=${this.address}`)
const { title, description, author, body, images = [] } = data;
- let {keywords} = data;
- if(isNewsPress) {
+ let { keywords } = data;
+ if (isNewsPress) {
keywords = keywords ? `${keywords},NewsPress` : 'NewsPress';
}
if (!body) { throw new Error('CANNOT_CRAWL_THIS_URL') }
diff --git a/pages/view/_iscnId/index.vue b/pages/view/_iscnId/index.vue
index 77f48b35..dcb2a317 100644
--- a/pages/view/_iscnId/index.vue
+++ b/pages/view/_iscnId/index.vue
@@ -82,344 +82,140 @@
'lg:px-0',
]"
>
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ name }}
-
-
- {{ metadata.description }}
-
-
+
-
- {{ iscnOwner }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ version }}
-
-
-
- {{ metadata.url }}
-
-
-
-
- {{ metadata.usageInfo }}
-
-
- {{ metadata.usageInfo }}
-
-
+ :record="record"
+ :is-animated="true"
+ orientation="landscape"
+ />
+
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- {{ stakeholderInfo.authorName }}
-
-
-
- {{
- stakeholderInfo.likerId
- }}
-
-
+ {{ name }}
+
-
+ {{ metadata.description }}
-
-
{{ url }}
+ :class="[
+ 'text-[14px]',
+ 'break-all',
+ 'cursor-pointer',
+ ]"
+ :to="localeLocation({ name: 'search-keyword', query: { owner: iscnOwner } })">
+ {{ iscnOwner }}
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ version }}
+
+
+
-
- {{
- (wallet.type === 'cosmos' || wallet.type === 'like')
- ? wallet.address.replace(/(did:|:)/g, '')
- : wallet.address.split(`did:${wallet.type}:`).join('') | ellipsis
- }}
-
+ {{ metadata.url }}
+
-
-
-
-
-
-
-
+
+
+ {{ metadata.usageInfo }}
+
+
+ {{ metadata.usageInfo }}
+
+
+
+
+
+
+
+
+
+
+
+
-
+