This commit is contained in:
2024-03-16 20:19:13 +08:00
parent 43969b9313
commit 8783b6493d

View File

@ -57,13 +57,12 @@
this.title = options.title
this.obj.messageCategory = this.list.messageCategory
this.obj.cityCode = uni.getStorageSync('region')
this.obj.patientId = this.list.recipientId
this.obj.patientId = uni.getStorageSync('patientId')
this.info();
this.Read();
},
methods: {
goToDetail(item) {
console.log(this.title)
if (this.title == '服务推送') {
if (Number(item.sourceType) == 1) {
uni.navigateTo({
@ -94,7 +93,7 @@
this.markReadData = {
readStatus: '1',
messageCategory: this.list.messageCategory,
recipientId: this.list.recipientId
recipientId: uni.getStorageSync('patientId')
}
markRead(this.markReadData)
}