This commit is contained in:
zhu
2026-03-27 18:00:04 +08:00
parent 382f6b9811
commit 331af12458

View File

@@ -227,9 +227,12 @@ Page({
if (toolText) { } if (toolText) { }
that.setData({ that.setData({
chatList, chatList,
aiStatus: 3 aiStatus: 3,
}, () => {
that.setData({
scrollTop: 80000,
})
}) })
} else if (outStrList.length > 0) { } else if (outStrList.length > 0) {
let firstValue = outStrList.shift(); let firstValue = outStrList.shift();
lastChat.chat_content += firstValue lastChat.chat_content += firstValue