get-current-pages.md 1.9 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 -->

11 12 13 14
::: warning 注意
- 使用`选项式 API` 时,不可创建 `route``options` 同名响应式变量,否则会覆盖当前 `page 实例` 的同名属性。
:::

H
hdx 已提交
15 16
**PageStyle**

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

H
hdx 已提交
19 20 21 22 23
|属性													|类型		|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|
24
|navigationBarTextStyle				|String	|4.18		|4.18	|4.18	|white  |
H
hdx 已提交
25
|navigationBarTitleText				|String	|4.18		|4.18	|4.18	|				|
26
|navigationStyle							|String	|x   		|x  	|4.18	|default|
H
hdx 已提交
27 28 29 30
|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 已提交
31 32


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

D
DCloud_LXH 已提交
38 39 40 41
<!-- UTSAPIJSON.getCurrentPages.example -->

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

D
DCloud_LXH 已提交
42 43
<!-- UTSAPIJSON.general_type.name -->

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