From 14746af404279997e4c9fd0e81f081f0d9a1f675 Mon Sep 17 00:00:00 2001
From: wangxia <779219182@qq.com>
Date: Sat, 28 Jun 2025 18:04:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 630 ++++++++++++++++++++---------------------
pages/person/index.vue | 4 +-
root/detail/fellow.vue | 377 ++++++++++++------------
root/detail/userShare.vue | 9 +-
root/home/editTownsman.vue | 8 +-
root/home/quickApplication.vue | 92 +++---
6 files changed, 570 insertions(+), 550 deletions(-)
diff --git a/App.vue b/App.vue
index 86cbe4b..2e70dea 100644
--- a/App.vue
+++ b/App.vue
@@ -1,348 +1,348 @@
diff --git a/pages/person/index.vue b/pages/person/index.vue
index 83a6aaa..19fd559 100644
--- a/pages/person/index.vue
+++ b/pages/person/index.vue
@@ -756,13 +756,13 @@ export default {
console.log("获取待处理数量:", res);
if (res.approvePassHasNotRed > 0) {
uni.setTabBarBadge({
- index: 3,
+ index: 2,
text: String(res.approvePassHasNotRed),
});
that.readed = false;
} else {
uni.removeTabBarBadge({
- index: 3,
+ index: 2,
});
that.readed = true;
}
diff --git a/root/detail/fellow.vue b/root/detail/fellow.vue
index ec7b89f..3a607b4 100644
--- a/root/detail/fellow.vue
+++ b/root/detail/fellow.vue
@@ -1,28 +1,21 @@
-