bugfix: 修复购物车页面刷新时底部导航消失的问题

pull/132/MERGE
YunaiV 2025-04-28 09:25:13 +08:00
parent 158b0aa435
commit 93ce26f6be
1 changed files with 5 additions and 3 deletions

View File

@ -118,7 +118,9 @@
import { isEmpty } from '@/sheep/helper/utils';
// tabBar
uni.hideTabBar();
uni.hideTabBar({
fail: () => {},
});
const sys_navBar = sheep.$platform.navbar;
const cart = sheep.$store('cart');