xg
This commit is contained in:
parent
40be007929
commit
213fdd197f
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user