diff --git a/pages/index/cart.vue b/pages/index/cart.vue index 6a62b7f..c2cdcbe 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -116,7 +116,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');