...
|
...
|
@@ -378,10 +378,8 @@ export default { |
|
|
this.$refs.footer.onPraise();
|
|
|
},
|
|
|
onComment() {
|
|
|
if (this.articleState.commentCount) {
|
|
|
this.$refs.detailLong && this.$refs.detailLong.onComment();
|
|
|
this.$refs.detailNote && this.$refs.detailNote.onComment();
|
|
|
}
|
|
|
this.$refs.detailLong && this.$refs.detailLong.onComment();
|
|
|
this.$refs.detailNote && this.$refs.detailNote.onComment();
|
|
|
},
|
|
|
onCommentInput(comment) {
|
|
|
if (get(this.$refs, 'detailNote.onComment')) {
|
...
|
...
|
|