From a18528bc8b074f3a769a5a0b99f9a3bdbcc43579 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Mon, 6 Dec 2021 11:19:53 +0800 Subject: [PATCH] 25232 --- src/apps/AppNotification/AppNotification.vue | 1 - src/apps/AppNotification/components/read.vue | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppNotification/AppNotification.vue b/src/apps/AppNotification/AppNotification.vue index 84d1ef64..e09bf691 100644 --- a/src/apps/AppNotification/AppNotification.vue +++ b/src/apps/AppNotification/AppNotification.vue @@ -249,7 +249,6 @@ export default { if (this.current > 1 && this.current > res.data.pages) { this.status = "已经到底啦" } - this.$initWxOpenData() this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records } }) diff --git a/src/apps/AppNotification/components/read.vue b/src/apps/AppNotification/components/read.vue index 71467806..8f54caeb 100644 --- a/src/apps/AppNotification/components/read.vue +++ b/src/apps/AppNotification/components/read.vue @@ -47,6 +47,7 @@ }, change(val) { this.current = val; + this.list = []; this.getList(); } },