pull-down-refresh.md 794 字节
Newer Older
D
DCloud_LXH 已提交
1 2
## uni.stopPullDownRefresh() @stoppulldownrefresh

D
DCloud_LXH 已提交
3
<!-- UTSAPIJSON.stopPullDownRefresh.description -->
D
DCloud_LXH 已提交
4

D
DCloud_LXH 已提交
5 6 7 8 9 10 11
使用:
1. 首先pages.json里配置了页面可下拉刷新`"enablePullDownRefresh": true`
2. 当用户下拉页面时触发页面生命周期`onPullDownRefresh`
3. 在合适的时机(如联网刷新数据结束),调用本API`uni.stopPullDownRefresh()`,结束下拉刷新状态

本API仅负责页面下拉刷新。如使用组件下拉刷新,另见scroll-view、list-view等组件的文档。

D
DCloud_LXH 已提交
12
<!-- UTSAPIJSON.stopPullDownRefresh.param -->
D
DCloud_LXH 已提交
13

D
DCloud_LXH 已提交
14
<!-- UTSAPIJSON.stopPullDownRefresh.returnValue -->
D
DCloud_LXH 已提交
15

D
DCloud_LXH 已提交
16
<!-- UTSAPIJSON.stopPullDownRefresh.compatibility -->
D
DCloud_LXH 已提交
17

D
DCloud_LXH 已提交
18
<!-- UTSAPIJSON.stopPullDownRefresh.tutorial -->
D
DCloud_LXH 已提交
19 20 21 22

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

<!-- UTSAPIJSON.general_type.param -->