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