index.config.js
424 Bytes
/*
* @Date: 2026-01-29 23:36:16
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-29 23:37:49
* @FilePath: /manulife-weapp/src/pages/search/index.config.js
* @Description: 搜索页面配置文件
*/
export default {
navigationBarTitleText: '搜索',
enablePullDownRefresh: true,
navigationStyle: 'custom',
disableScroll: true // 禁用页面级滚动,使用 scroll-view 组件滚动
}