From eb2b9200aa356fd5423b69cf1615ce4d9fcd25a0 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期五, 28 二月 2025 21:59:03 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide

---
 H5/pages/progress/progress.vue |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/H5/pages/progress/progress.vue b/H5/pages/progress/progress.vue
index b8d3609..a7f1a7b 100644
--- a/H5/pages/progress/progress.vue
+++ b/H5/pages/progress/progress.vue
@@ -78,8 +78,10 @@
 				暂无数据
 			</view>
 		</view>
-		<view v-if="type" @tap="toAdd" class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4">添加办理进度
+		<view v-if="type" @tap="toAdd" class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4 fixed"
+			style="width: calc(100% - 62rpx);bottom: calc(env(safe-area-inset-bottom) + 10rpx);">添加办理进度
 		</view>
+		<view class="btn-box"></view>
 		<view class="safe-box"></view>
 	</view>
 </template>
@@ -103,16 +105,18 @@
 				return dayjs(val).format('YYYY-MM-DD HH:mm:ss')
 			}
 		},
-		onShow(params) {
-			this.id = params.id
+		onLoad(params) {
 			if (params.type) {
 				this.type = false
 				uni.setNavigationBarTitle({
 					title: '办理进度'
 				})
 			}
+			this.id = params.id
+		},
+		onShow(params) {
 			getComplaintDetail({
-				id: params.id
+				id: this.id
 			}).then(res => {
 
 				this.info = {
@@ -326,4 +330,8 @@
 	#myVideo {
 		z-index: 1;
 	}
+
+	.btn-box {
+		height: 120rpx;
+	}
 </style>
\ No newline at end of file

--
Gitblit v1.7.1