From 40a8157440e3b906da8f52e07d939d78c3f4c313 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 12 四月 2026 16:14:06 +0800
Subject: [PATCH] feat: 任务增加统计、同步增加通知
---
app/pages/message/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/pages/message/index.vue b/app/pages/message/index.vue
index fd682d0..95e613f 100644
--- a/app/pages/message/index.vue
+++ b/app/pages/message/index.vue
@@ -47,7 +47,7 @@
// 娑堟伅鍒楄〃
messages: [],
loading: false,
- subscribed: true,
+ subscribed: false,
}
},
computed: {
@@ -68,7 +68,7 @@
onLoad() {
this.loadMessages()
// 鑷姩璁㈤槄锛堝鏋滄湭璁㈤槄鍒欐樉绀虹‘璁ゅ脊绐楋級
- // this.autoSubscribeOnLaunch()
+ this.autoSubscribeOnLaunch()
},
onShow() {
// 姣忔鏄剧ず椤甸潰鏃跺埛鏂版秷鎭�
--
Gitblit v1.9.1