From 857c5d378c8ac37e9bc158d0ad4309e255dcf36c Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 2 Mar 2025 14:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E8=AF=A6=E6=83=85=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E8=B4=AD=E7=89=A9=E8=BD=A6=E8=8F=9C=E5=8D=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/realstore-cart/realstore-cart.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/realstore-cart/realstore-cart.vue b/components/realstore-cart/realstore-cart.vue index 3ef2ee98..da99bff0 100644 --- a/components/realstore-cart/realstore-cart.vue +++ b/components/realstore-cart/realstore-cart.vue @@ -218,8 +218,8 @@ init(params) { // 非基础模式 if(!this.propIsBaseMode) { - // 获取底部菜单高度、如果当前为底部菜单页面则增加底部间距 - var tabbar_height = app.globalData.is_tabbar_pages() ? (app.globalData.app_system_tabbar_height_value()*2) : 0; + // 获取底部菜单高度、如果当前为底部菜单页面则增加底部间距、如果当前使用了原生菜单则不取底部菜单高度 + var tabbar_height = (app.globalData.data.is_tabbar_pages == 0 && app.globalData.is_tabbar_pages()) ? (app.globalData.app_tabbar_height_value()*2) : 0; // 门店信息 var info = params.info || null; if(info != null && (params.source || null) != null) {