This commit is contained in:
2023-12-11 17:10:10 +08:00
parent 40be007929
commit 213fdd197f
2 changed files with 12 additions and 8 deletions

View File

@ -212,6 +212,7 @@
if (uni.getStorageSync("status") == 1) {
uni.closeSocket();
}
uni.closeSocket();
uni.clearStorageSync();
that.$refs.uToast.show({
title: '退出账号成功',
@ -388,11 +389,13 @@
// background: url(../../static/time.png) no-repeat center center fixed;
// background-size: contain;
margin-bottom: 50rpx;
.imagelist{
.imagelist {
width: 100%;
height: 130rpx;
}
.two {
width: 168rpx;
height: 54rpx;

View File

@ -302,13 +302,13 @@
sendTime: new Date(),
content: this.formData.content
}
that.newsList.push({
senderName: that.currentItem.doctorName,
content: that.formData.content,
messageType: 1,
})
that.formData.content = '' //
sendMessage(obj).then(res => {
that.newsList.push({
senderName: that.currentItem.doctorName,
content: that.formData.content,
messageType: 1,
})
that.formData.content = '' //
setTimeout(() => {
that.scrollTop = that.scrollTop + 1;
}, 100)
@ -625,6 +625,7 @@
.content {
position: relative;
.input-box {
position: fixed;
bottom: 0;