From 8ade9b36e620ee6dcd8d8011ee4b70bc585f76cf Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 26 Jun 2026 18:07:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5389]=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=8E=86=E5=8F=B2=E8=AF=A6=E6=83=85=E5=BA=94=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=BB=9A=E5=8A=A8=E5=88=B0=E5=BA=95=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/history.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aiChat/views/history.vue b/aiChat/views/history.vue index d9ffb65..5b4d075 100644 --- a/aiChat/views/history.vue +++ b/aiChat/views/history.vue @@ -568,6 +568,9 @@ export default { } }) console.log(this.chatMessageList) + this.$nextTick(() => { + this.scrollToBottomHandle() + }) } catch (err) { uni.showModal({ title: '错误提示',