add
This commit is contained in:
parent
71f8161628
commit
a241be080d
|
@ -304,6 +304,7 @@ const sendMessage = () => {
|
|||
console.log("res", res);
|
||||
var msg = JSON.parse(res.name)
|
||||
messages.push({ id: Date.now() + 1, text: msg, isMe: false, type: 'txt' });
|
||||
scollToButtom()
|
||||
}).catch(error => {
|
||||
console.log(error)
|
||||
})
|
||||
|
@ -771,7 +772,7 @@ onMounted(() => {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
|
||||
cursor: default;
|
||||
.heng {
|
||||
width: 21px;
|
||||
height: 1px;
|
||||
|
|
Loading…
Reference in New Issue