From 70473e2e82f9cf8dbceb9f8341814e691cf68bed Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 27 Dec 2024 13:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=A1=B5=E9=9D=A2=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E9=AB=98=E5=BA=A6=E6=A0=B7=E5=BC=8F=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-category/goods-category.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/goods-category/goods-category.vue b/pages/goods-category/goods-category.vue index 5687958e..e12d982d 100644 --- a/pages/goods-category/goods-category.vue +++ b/pages/goods-category/goods-category.vue @@ -698,7 +698,7 @@ right_style = 'padding-bottom: calc(120rpx + '+bottom_style_value+'rpx);'; } this.setData({ - category_content_style: 'height:calc(100vh - ' + this.search_height+'px - ' + this.window_bottom_height+'px - ' + this.footer_height_value+'rpx' + ');', + category_content_style: 'height:calc(100vh - ' + (this.search_height + this.window_bottom_height + this.footer_height_value)+'px);', left_content_actual_style: left_style, right_content_actual_style: right_style, botton_nav_style: 'bottom: calc(20rpx);', @@ -1369,7 +1369,7 @@ // 底部菜单高度 footer_height_value_event(value) { this.setData({ - footer_height_value: parseInt(value)*2 + footer_height_value: value }); this.content_actual_size_handle(); }