add
This commit is contained in:
parent
71f8161628
commit
a241be080d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue