From 1ed919adecf4f283ead4e6461bce695963385775 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Wed, 9 Aug 2023 10:06:24 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2,=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
subpkg/archives/archives.vue | 400 ++++++++++++++---------------
subpkg/newArchives/newArchives.vue | 1 +
2 files changed, 192 insertions(+), 209 deletions(-)
diff --git a/subpkg/archives/archives.vue b/subpkg/archives/archives.vue
index df159ce..7b78060 100644
--- a/subpkg/archives/archives.vue
+++ b/subpkg/archives/archives.vue
@@ -1,230 +1,212 @@
-
-
-
-
-
-
-
- 姓名:{{item.name}}
- 电话:{{item.phone}}
-
- 片区:{{item.address}}
-
-
-
-
- 更新时间: {{item.create_time}}
-
-
- 更新
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 姓名:{{item.name}}
+ 片区:{{item.address}}
+ 电话:{{item.phone}}
+
+
+
+
+ 更新时间: {{item.create_time}}
+
+
+ 更新
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+ }
+
\ No newline at end of file
diff --git a/subpkg/newArchives/newArchives.vue b/subpkg/newArchives/newArchives.vue
index 61b6800..33965d1 100644
--- a/subpkg/newArchives/newArchives.vue
+++ b/subpkg/newArchives/newArchives.vue
@@ -279,6 +279,7 @@
title: "添加成功",
success: () => {
setTimeout(() => {
+ uni.$emit('loadArchives');
uni.navigateBack()
}, 1000)
}