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;