Merge pull request #20 from ForeverNewbee/bugfix-cart-refresh-no-tabbar

bugfix: 修复购物车页面刷新时底部导航消失的问题
pull/132/MERGE
芋道源码 2025-04-28 09:24:26 +08:00 committed by GitHub
commit 70a69bdfe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

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