From 93ce26f6be94950033a81a129103c830c3c8929d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 28 Apr 2025 09:25:13 +0800 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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/index/cart.vue b/pages/index/cart.vue index c2cdcbe1..8f02d5d7 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -116,10 +116,12 @@ import { computed, reactive } from 'vue'; import { fen2yuan } from '@/sheep/hooks/useGoods'; import { isEmpty } from '@/sheep/helper/utils'; - + // ้š่—ๅŽŸ็”ŸtabBar - uni.hideTabBar(); - + uni.hideTabBar({ + fail: () => {}, + }); + const sys_navBar = sheep.$platform.navbar; const cart = sheep.$store('cart');