Browse Source

[edit] card

wenliming 2 years ago
parent
commit
7b8ef1d731
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/index.vue

+ 3 - 3
pages/index.vue

@@ -284,15 +284,15 @@ export default {
 			meta: [
 				// facebook 
 				{
-					property: 'og:url',
+					name: 'og:url',
 					content: this.jumpUrl + this.detail.postId
 				},
 				{
-					property: 'og:title',
+					name: 'og:title',
 					content: this.metaTitle
 				},
 				{
-					property: 'og:image',
+					name: 'og:image',
 					content: this.detail.postBizData.imagePath || ''
 				},
 				// twitter