From 310633feef20e9b77d44fd25e0b41778e033b33b Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期二, 11 十一月 2025 21:48:46 +0800
Subject: [PATCH] feat: 车辆GPS统计,并修改了一些变更任务状态的逻辑

---
 app/pages/task/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/pages/task/index.vue b/app/pages/task/index.vue
index c25c86a..0358e7f 100644
--- a/app/pages/task/index.vue
+++ b/app/pages/task/index.vue
@@ -434,7 +434,7 @@
         this.loadTaskList()
         setTimeout(() => {
           this.refreshing = false
-          this.$modal.showToast('鍒楄〃宸插埛鏂�');
+          // this.$modal.showToast('鍒楄〃宸插埛鏂�');
           // 鍋滄涓嬫媺鍒锋柊
           uni.stopPullDownRefresh()
         }, 1000)

--
Gitblit v1.9.1