get-current-pages.md 1.2 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 21
**注意事项**  
- app-ios平台需要在page.json中设置页面的 `enablePullDownRefresh``true` 才可以通过 `$setPageStyle` 动态开启或关闭页面下拉刷新

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

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

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

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

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

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