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 =>{