From 09faa36132c8cbada5327649875534ef01c1a3b1 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 11 十二月 2025 20:44:31 +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