From c75f07e4000119e788aa7fa84f33aa2e84def6f5 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 28 Sep 2024 22:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cart/cart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cart/cart.vue b/components/cart/cart.vue index bbd6f3d2..492d1776 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -1305,7 +1305,7 @@ // 页面样式处理 page_style_handle() { - var value = (this.propCartNavBottomValue > 0) ? (parseInt(this.propCartNavBottomValue*2)+20) : 0; + var value = (this.propCartNavBottomValue > 0) ? (parseInt(this.propCartNavBottomValue*2)+20) : 20; this.setData({ cart_buy_nav_style: 'bottom:'+value+'rpx;' });