xg
This commit is contained in:
parent
43969b9313
commit
8783b6493d
@ -57,13 +57,12 @@
|
|||||||
this.title = options.title
|
this.title = options.title
|
||||||
this.obj.messageCategory = this.list.messageCategory
|
this.obj.messageCategory = this.list.messageCategory
|
||||||
this.obj.cityCode = uni.getStorageSync('region')
|
this.obj.cityCode = uni.getStorageSync('region')
|
||||||
this.obj.patientId = this.list.recipientId
|
this.obj.patientId = uni.getStorageSync('patientId')
|
||||||
this.info();
|
this.info();
|
||||||
this.Read();
|
this.Read();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goToDetail(item) {
|
goToDetail(item) {
|
||||||
console.log(this.title)
|
|
||||||
if (this.title == '服务推送') {
|
if (this.title == '服务推送') {
|
||||||
if (Number(item.sourceType) == 1) {
|
if (Number(item.sourceType) == 1) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
@ -94,7 +93,7 @@
|
|||||||
this.markReadData = {
|
this.markReadData = {
|
||||||
readStatus: '1',
|
readStatus: '1',
|
||||||
messageCategory: this.list.messageCategory,
|
messageCategory: this.list.messageCategory,
|
||||||
recipientId: this.list.recipientId
|
recipientId: uni.getStorageSync('patientId')
|
||||||
}
|
}
|
||||||
markRead(this.markReadData)
|
markRead(this.markReadData)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user