修改发布页问题
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: 'custom'
|
||||
navigationStyle: 'custom',
|
||||
// 禁止原生页面滚动,改用内部自定义滚动容器,避免顶部/底部回弹后中间无法继续滚动的问题
|
||||
disableScroll: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user