Files
wechat_wc/src/pages/shop/detail/index.config.ts
T
2026-08-05 10:13:52 +08:00

10 lines
276 B
TypeScript

export default definePageConfig({
renderer: 'skyline',
componentFramework: 'glass-easel',
disableScroll: true,
navigationStyle: 'custom',
backgroundColor: '#1c1612',
// 顶部为深色商品大图,状态栏文字设为白色
navigationBarTextStyle: 'white'
})