pull/132/MERGE
YunaiV 2025-04-28 09:24:34 +08:00
commit 158b0aa435
1 changed files with 4 additions and 1 deletions

View File

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