xg
This commit is contained in:
parent
43969b9313
commit
8783b6493d
@ -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)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user