认证审核实现实时刷新

dev
zmy 2024-08-28 14:14:36 +08:00
parent 2965bfcf0f
commit 3ea0a28ff6
1 changed files with 3 additions and 0 deletions

View File

@ -269,6 +269,9 @@ onLoad((options) => {
reset()
getList()
})
onShow(() => {
getList();
})
//
onPullDownRefresh((options) => {