From 86baa8ff948d2e79588e0dd7efa16f6b8ac3b157 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 06 十二月 2024 15:29:15 +0800
Subject: [PATCH] ll

---
 h5/pages/staff/snapshot.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/h5/pages/staff/snapshot.vue b/h5/pages/staff/snapshot.vue
index 4d14c15..1224a70 100644
--- a/h5/pages/staff/snapshot.vue
+++ b/h5/pages/staff/snapshot.vue
@@ -251,7 +251,7 @@
 				this.isShowTime = false
 			},
 			initConfig() {
-				deptListPost({}).then(res => {
+				deptListPost({queryHiddenDanger: 1}).then(res => {
 					this.deptList = [res.data]
 				})
 				DangerConfigType({
@@ -376,7 +376,6 @@
 
 <style lang="scss">
 	.main_wrap {
-		padding-bottom: 200rpx;
 
 		.line {
 			display: flex;
@@ -471,12 +470,13 @@
 
 	.footer {
 		width: 100%;
-		padding: 0 30rpx;
+		padding: 0 30rpx;
+		margin-top: 80rpx;
 		padding-bottom: env(safe-area-inset-bottom);
 		box-sizing: border-box;
-		position: fixed;
-		left: 0;
-		bottom: 68rpx;
+		// position: fixed;
+		// left: 0;
+		// bottom: 68rpx;
 
 		.footer_btn {
 			width: 100%;

--
Gitblit v1.9.3