This commit is contained in:
liu
2026-09-04 14:10:33 +08:00
parent 1701169c9d
commit e2926b0c70
13 changed files with 17 additions and 14 deletions
+2
View File
@@ -13,6 +13,7 @@ import CartBall from '@/components/CartBall'
import CartStepper from '@/components/CartStepper'
import {formatRetailPrice, formatSpec} from '@/utils/format'
import './index.less'
import CustomTabBar from "@/components/CustomTabBar";
/** 首页 → 商品页的本地存储传参 key(switchTab 无法带参) */
const PENDING_CATEGORY_KEY = 'product_category_id'
@@ -362,6 +363,7 @@ export default function IndexPage() {
{/* ========== 购物车悬浮球 ========== */}
<CartBall />
{process.env.TARO_ENV === 'h5' && <CustomTabBar />}
</View>
)
}