From 64f67eb326daa9e7d7bda81da38c445b2323080e Mon Sep 17 00:00:00 2001 From: santaner Date: Tue, 23 Jan 2024 10:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=86=E4=BA=AB=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=8E=A8=E6=96=87=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news_details/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/news_details/index.vue b/pages/news_details/index.vue index 5fc67e2..7518ebf 100644 --- a/pages/news_details/index.vue +++ b/pages/news_details/index.vue @@ -160,9 +160,9 @@ that.getCheck(); that.shareInfoStatus = true; if(that.articleInfo.articleCategory.title === '视频'){ - that.type = '3' + that.type = '2' }else if(that.articleInfo.articleCategory.title === '推文'){ - that.type = '4' + that.type = '3' } // 在这里调用 shareArticle 方法 shareArticle(that.type).then(res =>{