get-current-pages.md 2.1 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
::: warning 注意
- 使用`选项式 API` 时,不可创建 `route``options` 同名响应式变量,否则会覆盖当前 `page 实例` 的同名属性。
13
-`Web``iOS` 端支持通过 `page.$vm` 获取 vue 实例。
14 15
:::

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

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

H
hdx 已提交
20 21 22 23 24
|属性													|类型		|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|
25
|navigationBarTextStyle				|String	|4.18		|4.18	|4.18	|white  |
H
hdx 已提交
26
|navigationBarTitleText				|String	|4.18		|4.18	|4.18	|				|
27
|navigationStyle							|String	|x   		|x  	|4.18	|default|
28
|backgroundColor							|String	|4.18   |4.18 |x		|#ffffff|
zhaofengliang920817's avatar
zhaofengliang920817 已提交
29
|backgroundTextStyle					|String	|4.31      |4.31    |x		|dark	|
H
hdx 已提交
30
|onReachBottomDistance				|Number	|x			|x		|4.18	|50			|
DCloud_iOS_XHY's avatar
DCloud_iOS_XHY 已提交
31
|pageOrientation							|String	|4.18		|4.25		|x		|auto		|
DCloud_iOS_XHY's avatar
DCloud_iOS_XHY 已提交
32
|disableSwipeBack							|Boolean|x		|4.18		|x		|false	|
33 34
|showStatusBar                  |Boolean    |4.31   |x  |x  |true
|showBottomNavigationIndicator  |Boolean    |4.31   |x  |x  |true
H
hdx 已提交
35

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

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

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

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

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