get-current-pages.md 1.3 KB
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8
## getCurrentPages() @getcurrentpages

<!-- UTSAPIJSON.getCurrentPages.description -->

<!-- UTSAPIJSON.getCurrentPages.param -->

<!-- UTSAPIJSON.getCurrentPages.returnValue -->

H
hdx 已提交
9 10
**PageStyle**

11 12 13
支持 pages.json 下 `globalStyle` 节点属性和页面下 `style` 节点属性

当前版本仅支持的属性,后续实现其他属性
H
hdx 已提交
14 15 16 17 18

|属性                  |类型    |默认值  |描述                                                                                          |
|:-:                  |:-:    |:-:    |:-:                                                                                          |
|enablePullDownRefresh|Boolean|        |是否开启下拉刷新,详见页面[生命周期](https://uniapp.dcloud.net.cn/tutorial/page.html#lifecycle)。  |

DCloud-yyl's avatar
DCloud-yyl 已提交
19 20
**注意事项**  
- app-ios平台需要在page.json中设置页面的 `enablePullDownRefresh``true` 才可以通过 `$setPageStyle` 动态开启或关闭页面下拉刷新
雪洛's avatar
雪洛 已提交
21
- web端由于会自动优化未使用的特性,如果整个项目中都没有使用到`enablePullDownRefresh`,那么此属性也无法动态切换
DCloud-yyl's avatar
DCloud-yyl 已提交
22

D
DCloud_LXH 已提交
23 24 25 26 27 28
<!-- UTSAPIJSON.getCurrentPages.example -->

<!-- UTSAPIJSON.getCurrentPages.compatibility -->

<!-- UTSAPIJSON.getCurrentPages.tutorial -->

D
DCloud_LXH 已提交
29 30 31 32
<!-- UTSAPIJSON.get-current-pages.example -->

<!-- UTSAPIJSON.general_type.name -->

D
DCloud_LXH 已提交
33
<!-- UTSAPIJSON.general_type.param -->