bugfix: 修复购物车页面刷新时底部导航消失的问题
parent
3c403c424a
commit
8a0a39b3db
|
|
@ -109,7 +109,10 @@
|
||||||
import { computed, reactive } from 'vue';
|
import { computed, reactive } from 'vue';
|
||||||
import { fen2yuan } from '@/sheep/hooks/useGoods';
|
import { fen2yuan } from '@/sheep/hooks/useGoods';
|
||||||
import { isEmpty } from '@/sheep/helper/utils';
|
import { isEmpty } from '@/sheep/helper/utils';
|
||||||
|
|
||||||
|
// 隐藏原生tabBar
|
||||||
|
uni.hideTabBar();
|
||||||
|
|
||||||
const sys_navBar = sheep.$platform.navbar;
|
const sys_navBar = sheep.$platform.navbar;
|
||||||
const cart = sheep.$store('cart');
|
const cart = sheep.$store('cart');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue