From 8783b6493d4c0c52d3717cf971f5469790ca3724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Sat, 16 Mar 2024 20:19:13 +0800 Subject: [PATCH] xg --- pagesC/notice/notice.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pagesC/notice/notice.vue b/pagesC/notice/notice.vue index 5661a78..0a96fa3 100644 --- a/pagesC/notice/notice.vue +++ b/pagesC/notice/notice.vue @@ -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) }