diff --git a/resources/assets/js/pages/manage/components/DialogWrapper.vue b/resources/assets/js/pages/manage/components/DialogWrapper.vue index b529138cf..35deb4f81 100644 --- a/resources/assets/js/pages/manage/components/DialogWrapper.vue +++ b/resources/assets/js/pages/manage/components/DialogWrapper.vue @@ -1073,8 +1073,12 @@ export default { }, onReply() { - this.replyId = this.operateItem.id; + const {tail} = this.scrollInfo() + this.replyId = this.operateItem.id this.inputFocus() + if (tail <= 10) { + requestAnimationFrame(this.onToBottom) + } }, onCancelReply() {