uni.hideLoading

This commit is contained in:
liuye
2021-12-31 17:16:11 +08:00
parent 4b0a7a64ae
commit f67270ae45

View File

@@ -119,6 +119,7 @@ export default {
res.data.records.map((item) => {
item.isChecked = false
})
uni.hideLoading()
this.userList = res.data.records
}
})