diff --git a/docs/api/get-current-pages.md b/docs/api/get-current-pages.md index dcc5548b0232ead3352035bacf475c3528ae74c1..605ea27a987635d0c0a8e213aee067513c3812d2 100644 --- a/docs/api/get-current-pages.md +++ b/docs/api/get-current-pages.md @@ -18,7 +18,7 @@ |backgroundColorContent |string |4.15|4.15|x | |页面容器背景色 | **注意事项** -- app-ios平台需要在page.json中设置页面的 `enablePullDownRefresh` 为 `true` 才可以通过 `$setPageStyle` 动态开启或关闭页面下拉刷新 +- app-ios平台:在page.json 中设置页面 `enablePullDownRefresh` 为 `false` 时,无法通过 `$setPageStyle` 方法动态开启页面下拉刷新 (app-ios平台在 `HBuilderX-4.15` 版本已修复该问题) - web端由于会自动优化未使用的特性,如果整个项目中都没有使用到`enablePullDownRefresh`,那么此属性也无法动态切换