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