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');