Showing
1 changed file
with
1 additions
and
2 deletions
@@ -144,8 +144,7 @@ export default { | @@ -144,8 +144,7 @@ export default { | ||
144 | this.$refs.comment.init(); | 144 | this.$refs.comment.init(); |
145 | }); | 145 | }); |
146 | }, | 146 | }, |
147 | - async onShowMore({article, index}) { | ||
148 | - console.log(article, this.userUid); | 147 | + onShowMore({article, index}) { |
149 | this.$refs.moreAction.show(article, this.userUid, index); | 148 | this.$refs.moreAction.show(article, this.userUid, index); |
150 | }, | 149 | }, |
151 | onDelete(index) { | 150 | onDelete(index) { |
-
Please register or login to post a comment