修改
This commit is contained in:
parent
a39b50ef81
commit
899288d6c7
@ -469,7 +469,7 @@
|
|||||||
that.newsList.push({
|
that.newsList.push({
|
||||||
senderName: that.currentItem.doctorName,
|
senderName: that.currentItem.doctorName,
|
||||||
content: JSON.parse(res.data).message,
|
content: JSON.parse(res.data).message,
|
||||||
messageType: JSON.parse(res.data).message
|
messageType: JSON.parse(res.data).messageType
|
||||||
})
|
})
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
let query = uni.createSelectorQuery().in(this);
|
let query = uni.createSelectorQuery().in(this);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user