优化分享视频推文接口

master
santaner 10 months ago
parent f10100138b
commit 64f67eb326
  1. 4
      pages/news_details/index.vue

@ -160,9 +160,9 @@
that.getCheck(); that.getCheck();
that.shareInfoStatus = true; that.shareInfoStatus = true;
if(that.articleInfo.articleCategory.title === '视频'){ if(that.articleInfo.articleCategory.title === '视频'){
that.type = '3' that.type = '2'
}else if(that.articleInfo.articleCategory.title === '推文'){ }else if(that.articleInfo.articleCategory.title === '推文'){
that.type = '4' that.type = '3'
} }
// shareArticle // shareArticle
shareArticle(that.type).then(res =>{ shareArticle(that.type).then(res =>{

Loading…
Cancel
Save