@@ -123,6 +123,7 @@
}
}).finally(() => {
this.loadingPage = false
+ this.loading = false
})
},
/** 打开弹出层 **/
@@ -147,10 +148,8 @@
loadMore() {
this.loading = true;
- setTimeout(() => {
- this.userList = [ ...this.userList, ...this.userList ]
- this.loading = false;
- }, 5000)
+ this.page.page = this.page.page + 1
+ this.getList()
jumpUserPage() {