Authored by 杨延青

Update article-detail.vue

@@ -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});