1
This commit is contained in:
@@ -93,7 +93,7 @@ Page({
|
|||||||
let { data } = e.currentTarget.dataset
|
let { data } = e.currentTarget.dataset
|
||||||
this.pushUserTemplate(data.text)
|
this.pushUserTemplate(data.text)
|
||||||
this.sendMessage(data.text)
|
this.sendMessage(data.text)
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 文字提交发送
|
// 文字提交发送
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user