소스 검색

[edit] card

wenliming 3 년 전
부모
커밋
7b8ef1d731
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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