This commit is contained in:
liuyalei 2024-02-19 16:32:31 +08:00
parent 71f8161628
commit a241be080d
1 changed files with 2 additions and 1 deletions

View File

@ -304,6 +304,7 @@ const sendMessage = () => {
console.log("res", res); console.log("res", res);
var msg = JSON.parse(res.name) var msg = JSON.parse(res.name)
messages.push({ id: Date.now() + 1, text: msg, isMe: false, type: 'txt' }); messages.push({ id: Date.now() + 1, text: msg, isMe: false, type: 'txt' });
scollToButtom()
}).catch(error => { }).catch(error => {
console.log(error) console.log(error)
}) })
@ -771,7 +772,7 @@ onMounted(() => {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
cursor: default;
.heng { .heng {
width: 21px; width: 21px;
height: 1px; height: 1px;