From b3c7271372f440e52b4b2a5786ee769c56153c34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?=
=?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com>
Date: Tue, 25 Feb 2025 13:56:02 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpackage.json?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/enterprise.vue | 4 +-
pages/index.vue | 11 +-
pages/owner.vue | 13 +-
pages/task.vue | 4 +-
sub/chat/index.vue | 3 +-
sub/enterprise/detail.vue | 2 +-
sub/enterprise/edit.vue | 115 ++++++-------
sub/invite/addEnterprise.vue | 162 +++++++++++++-----
sub/invite/enterpriseTags.vue | 2 +-
sub/invite/index.vue | 33 +++-
sub/invite/prove.vue | 37 ++--
sub/task/enforce.vue | 2 +-
.../uni-easyinput/uni-easyinput.vue | 2 +-
13 files changed, 250 insertions(+), 140 deletions(-)
diff --git a/pages/enterprise.vue b/pages/enterprise.vue
index a22ba38..afdc7c3 100644
--- a/pages/enterprise.vue
+++ b/pages/enterprise.vue
@@ -54,7 +54,7 @@
@refresherpulling="refresherpulling"
@scrolltolower="loadMore"
class="list"
- :style="{ maxHeight: `${listHeight - sreachHeight}px` }"
+ :style="{ height: `${listHeight - sreachHeight}px` }"
>
{
- this.listHeight = data.height - 35
+ this.listHeight = data.height - 35 - 25
})
.exec()
},
diff --git a/pages/index.vue b/pages/index.vue
index 0b444ed..91a832b 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -156,7 +156,7 @@
-
+
-
+
+
政策法规
-
+
{
- this.policyTotal = res.data.total
+ this.policyTotal = res.data.total
})
},
openSubMessage() {
diff --git a/pages/task.vue b/pages/task.vue
index aeedd4d..8e65144 100644
--- a/pages/task.vue
+++ b/pages/task.vue
@@ -48,7 +48,7 @@
@scrolltolower="loadMore"
class="list"
:enable-flex="true"
- :style="{ maxHeight: `${listHeight}px` }"
+ :style="{ height: `${listHeight}px` }"
>
{
- this.listHeight = data.height - 55
+ this.listHeight = data.height - 55 - 25
})
.exec()
},
diff --git a/sub/chat/index.vue b/sub/chat/index.vue
index c18f51e..bfc353d 100644
--- a/sub/chat/index.vue
+++ b/sub/chat/index.vue
@@ -1,5 +1,6 @@
-
+
+