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

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

D
DCloud_LXH 已提交
5 6
<!-- UTSAPIJSON.getCurrentPages.compatibility -->

D
DCloud_LXH 已提交
7 8 9 10
<!-- UTSAPIJSON.getCurrentPages.param -->

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

H
hdx 已提交
11 12
**PageStyle**

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

H
hdx 已提交
15 16 17 18 19 20 21 22 23 24 25 26
|属性													|类型		|Android|iOS	|web	|默认值	|
|:-:													|:-:		|:-:		|:-:	|:-:	|:-:		|
|enablePullDownRefresh				|Boolean|4.13		|4.13	|4.13	|false	|
|backgroundColorContent				|String	|4.15		|4.15	|4.18	|#ffffff|
|navigationBarBackgroundColor	|String	|4.18		|4.18	|4.18	|#007AFF|
|navigationBarTextStyle				|String	|4.18		|4.18	|4.18	|#ffffff|
|navigationBarTitleText				|String	|4.18		|4.18	|4.18	|				|
|navigationStyle							|String	|4.18		|4.18	|4.18	|default|
|backgroundColor							|String	|4.18		|4.18	|x		|#ffffff|
|backgroundTextStyle					|String	|4.18		|4.18	|x		|light	|
|onReachBottomDistance				|Number	|x			|x		|4.18	|50			|
|pageOrientation							|String	|4.18		|x		|x		|auto		|
H
hdx 已提交
27 28


D
DCloud_LXH 已提交
29
**注意事项**
DCloud_Heavensoft's avatar
DCloud_Heavensoft 已提交
30
- web端由于会自动摇树优化未使用的特性,如果整个项目中都没有使用到下拉刷新`enablePullDownRefresh`,那么下拉刷新功能会被摇掉,此时设置打开下拉刷新将无效。
DCloud_Heavensoft's avatar
DCloud_Heavensoft 已提交
31
- app-android平台的页面是activity,不支持`backgroundColorContent`设为透明。
DCloud_Heavensoft's avatar
DCloud_Heavensoft 已提交
32 33
- 4.15版本前,app-ios平台在page.json 中设置页面 `enablePullDownRefresh``false` 时,无法通过 `$setPageStyle` 方法动态开启页面下拉刷新。新版已修复该问题。

DCloud-yyl's avatar
DCloud-yyl 已提交
34

D
DCloud_LXH 已提交
35 36
<!-- UTSAPIJSON.getCurrentPages.example -->

D
DCloud_LXH 已提交
37

D
DCloud_LXH 已提交
38 39 40

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

D
DCloud_LXH 已提交
41 42 43 44
<!-- UTSAPIJSON.get-current-pages.example -->

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

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