nieyuge 2 years ago
parent
commit
997905b611
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/nft/index.vue

+ 2 - 2
pages/nft/index.vue

@@ -88,7 +88,7 @@ export default {
 				// facebook 
 				{
 					name: 'og:url',
-					content: this.jumpUrl + 'nft/' + this.$route.params.id
+					content: this.jumpUrl + 'nft/' + this.$route.params.id + `/${this.$route.params.account}`
 				},
 				{
 					name: 'og:title',
@@ -105,7 +105,7 @@ export default {
 				},
 				{
 					name: 'twitter:url',
-					content: this.jumpUrl + 'nft/' + this.$route.params.id
+					content: this.jumpUrl + 'nft/' + this.$route.params.id + `/${this.$route.params.account}`
 				},
 				{
 					name: 'twitter:title',