From f3dcd2a8395eca9caa85efd937e2266d87b4c9b0 Mon Sep 17 00:00:00 2001 From: DCloud-yyl Date: Fri, 26 Apr 2024 17:36:01 +0800 Subject: [PATCH] Update get-current-pages.md --- docs/api/get-current-pages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/get-current-pages.md b/docs/api/get-current-pages.md index 4c9bd553..541dd86c 100644 --- a/docs/api/get-current-pages.md +++ b/docs/api/get-current-pages.md @@ -16,6 +16,9 @@ |:-: |:-: |:-: |:-: | |enablePullDownRefresh|Boolean| |是否开启下拉刷新,详见页面[生命周期](https://uniapp.dcloud.net.cn/tutorial/page.html#lifecycle)。 | +**注意事项** +- app-ios平台需要在page.json中设置页面的 `enablePullDownRefresh` 为 `true` 才可以通过 `$setPageStyle` 动态开启或关闭页面下拉刷新 + -- GitLab