Authored by yyq

fix

... ... @@ -144,8 +144,7 @@ export default {
this.$refs.comment.init();
});
},
async onShowMore({article, index}) {
console.log(article, this.userUid);
onShowMore({article, index}) {
this.$refs.moreAction.show(article, this.userUid, index);
},
onDelete(index) {
... ...