This commit is contained in:
2023-11-13 14:45:11 +08:00
parent 46fd3fa289
commit e382dc5919

View File

@ -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).messageType messageType: Number(JSON.parse(res.data).messageType)
}) })
setTimeout(() => { setTimeout(() => {
let query = uni.createSelectorQuery().in(this); let query = uni.createSelectorQuery().in(this);
@ -767,4 +767,4 @@
bottom: 38rpx; bottom: 38rpx;
} }
} }
</style> </style>