认证审核实现实时刷新
parent
2965bfcf0f
commit
3ea0a28ff6
|
@ -269,6 +269,9 @@ onLoad((options) => {
|
|||
reset()
|
||||
getList()
|
||||
})
|
||||
onShow(() => {
|
||||
getList();
|
||||
})
|
||||
|
||||
// 下拉刷新
|
||||
onPullDownRefresh((options) => {
|
||||
|
|
Loading…
Reference in New Issue