get-current-pages.md 1.5 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
|属性										|类型		|Android|iOS	|web	|默认值	|描述																																													|
|:-:										|:-:		|:-:		|:-:	|:-:	|:-:		|:-:																																													|
|enablePullDownRefresh	|Boolean|4.13		|4.13	|4.13	|false	|是否开启下拉刷新,详见页面[生命周期](https://uniapp.dcloud.net.cn/tutorial/page.html#lifecycle)。	|
|backgroundColorContent	|string	|4.15		|4.15	|x		|#ffffff|页面容器背景色																																									|
H
hdx 已提交
19

DCloud-yyl's avatar
DCloud-yyl 已提交
20
**注意事项**  
21
- app-ios平台:在page.json 中设置页面 `enablePullDownRefresh``false` 时,无法通过 `$setPageStyle` 方法动态开启页面下拉刷新 (app-ios平台在 `HBuilderX-4.15` 版本已修复该问题)
雪洛's avatar
雪洛 已提交
22
- web端由于会自动优化未使用的特性,如果整个项目中都没有使用到`enablePullDownRefresh`,那么此属性也无法动态切换
DCloud-yyl's avatar
DCloud-yyl 已提交
23

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

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

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

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

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

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