Update article-detail.vue
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -167,7 +167,7 @@ export default { | @@ -167,7 +167,7 @@ export default { | ||
167 | this.scrollTop = scrollTop; | 167 | this.scrollTop = scrollTop; |
168 | }, | 168 | }, |
169 | onShowMore() { | 169 | onShowMore() { |
170 | - this.$refs.moreAction.show(this.article); | 170 | + this.$refs.moreAction.show(this.articleInfo); |
171 | }, | 171 | }, |
172 | onFollowAuthor(data, follow) { | 172 | onFollowAuthor(data, follow) { |
173 | this.CHANGE_AUTHOR_FOLLOW({authorUid: data.authorUid, authorType: data.authorType, follow}); | 173 | this.CHANGE_AUTHOR_FOLLOW({authorUid: data.authorUid, authorType: data.authorType, follow}); |
-
Please register or login to post a comment