From 58e73273b18719d64d4e0228377e793be4f4c993 Mon Sep 17 00:00:00 2001
From: wangxia <779219182@qq.com>
Date: Tue, 8 Jul 2025 11:04:42 +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
---
components/list/apply.vue | 1 +
pages/workBench/index.vue | 6 +-
root/detail/apply.vue | 158 ++++++++++++------------
root/home/quickApplication.vue | 2 +-
root/person/set.vue | 3 +-
root/person/teamManage.vue | 272 +++++++++++++++++++++--------------------
static/css/base.scss | 3 +
7 files changed, 224 insertions(+), 221 deletions(-)
diff --git a/components/list/apply.vue b/components/list/apply.vue
index ae48f9c..2675265 100644
--- a/components/list/apply.vue
+++ b/components/list/apply.vue
@@ -1,5 +1,6 @@
+
diff --git a/pages/workBench/index.vue b/pages/workBench/index.vue
index 145eb83..6816aa0 100644
--- a/pages/workBench/index.vue
+++ b/pages/workBench/index.vue
@@ -186,9 +186,9 @@ export default {
that.isLogin = uni.getStorageSync("apply-token") ? true : false;
console.log("that.isLogin", that.isLogin);
that.loginInfo = uni.getStorageSync("apply-userinfo");
- if (uni.getStorageSync("applyType")||uni.getStorageSync("applyType") === 0) {
+ if (uni.getStorageSync("applyType") || uni.getStorageSync("applyType") === 0) {
that.menuActive = uni.getStorageSync("applyType");
- uni.removeStorageSync("applyType");
+ uni.removeStorageSync("applyType");
}
if (!that.isLogin) {
@@ -197,6 +197,7 @@ export default {
this.menuList = this.tabInfo[this.tabActive].childList;
} else {
this.query.page = 1;
+ that.loading = true;
this.menuList = this.tabInfo[this.tabActive].childList;
this.getList();
}
@@ -336,6 +337,7 @@ export default {
let that = this;
console.log("$item", $item);
this.menuActive = $item;
+ this.loading = true;
this.speed = -1;
this.query.page = 1;
that.G.isLogin();
diff --git a/root/detail/apply.vue b/root/detail/apply.vue
index 63d1d7e..f374517 100644
--- a/root/detail/apply.vue
+++ b/root/detail/apply.vue
@@ -9,43 +9,41 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
@@ -98,9 +96,9 @@
-
+
-
+
@@ -124,12 +122,12 @@
-
+
-
+
@@ -351,26 +349,22 @@
-
-
-
+
+
+
-
+
-
-
+
+
@@ -378,8 +372,8 @@
diff --git a/static/css/base.scss b/static/css/base.scss
index f8cc8a0..e7b6fc9 100644
--- a/static/css/base.scss
+++ b/static/css/base.scss
@@ -639,6 +639,9 @@ $max-mp: 20;
.g_mt_42 {
margin-top: 42px;
}
+.g_mt_65 {
+ margin-top: 42px;
+}
.g_mt_40 {
margin-top: 40px;
}