From 59347d582dc544bf8fb12240ec3143d3186cd751 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Thu, 18 Jul 2024 12:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E6=9F=A5=E5=86=8D=E6=AC=A1=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=95=B0=E6=8D=AE=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index 58665ab..2dadc6d 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -85,12 +85,12 @@ }, // 页面加载 onLoad(e) { - + this.getList() }, onShow: function() { this.getData() - this.getList() + }, // 计算属性 computed: { @@ -269,7 +269,7 @@ color: #666666; position: sticky; // top: var(--status-bar-height + 88rpx); - top: calc(var(--status-bar-height ) + 88rpx); + top: calc(var(--status-bar-height) + 88rpx); z-index: 10; .tab-item {