修复app运行page.json文件报错问题

This commit is contained in:
2024-12-30 17:36:04 +08:00
parent 643b9f3e26
commit 4a7938a2c5

View File

@@ -105,9 +105,9 @@
"path": "pages/me/index", "path": "pages/me/index",
"style": { "style": {
"navigationBarTitleText": "我的", "navigationBarTitleText": "我的",
"navigationStyle": "custom", "navigationStyle": "custom"
// #ifdef H5 // #ifdef H5
"enablePullDownRefresh": true ,"enablePullDownRefresh": true
// #endif // #endif
} }
}, },