From 8a0a39b3dbeebf8a771519a1a5e553a18d5a60a6 Mon Sep 17 00:00:00 2001 From: ForeverNewbee Date: Tue, 4 Feb 2025 12:06:23 +0000 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8D=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E9=A1=B5=E9=9D=A2=E5=88=B7=E6=96=B0=E6=97=B6=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=AF=BC=E8=88=AA=E6=B6=88=E5=A4=B1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/cart.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/index/cart.vue b/pages/index/cart.vue index 2a114a8a..43d59d2f 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -109,7 +109,10 @@ import { computed, reactive } from 'vue'; import { fen2yuan } from '@/sheep/hooks/useGoods'; import { isEmpty } from '@/sheep/helper/utils'; - + + // ้š่—ๅŽŸ็”ŸtabBar + uni.hideTabBar(); + const sys_navBar = sheep.$platform.navbar; const cart = sheep.$store('cart');