From 94aabf89f44f153b1ddb8f5eb81163a7ef445ace Mon Sep 17 00:00:00 2001
From: limingtao <@ming_tao_li>
Date: Wed, 17 Jul 2024 18:30:45 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E6=8E=92=E6=9F=A5=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/investigation/components/investigation-item2.vue | 6 +++---
pages/investigation/task.vue | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/pages/investigation/components/investigation-item2.vue b/pages/investigation/components/investigation-item2.vue
index 2f32ad4..f8e137d 100644
--- a/pages/investigation/components/investigation-item2.vue
+++ b/pages/investigation/components/investigation-item2.vue
@@ -13,7 +13,7 @@
style="width: 96%; padding: 0"
>
-
+
-
+
-
+
{
- uni.navigateBack({
- delta: 1, // 默认值是1,表示返回的页面层数
- });
- }, 1000);
+ // setTimeout(() => {
+ // uni.navigateBack({
+ // delta: 1, // 默认值是1,表示返回的页面层数
+ // });
+ // }, 1000);
// this.data = res.result;
// this.rname = this.data[0].name;