要搞直接登录

This commit is contained in:
xk_guohonglei
2020-09-04 09:20:45 +08:00
parent 39d433998a
commit 395ebd432d
28 changed files with 7367 additions and 44 deletions

View File

@@ -53,6 +53,8 @@
};
},
onShow() {
this.staffList = []
this.currentPage = 1
this.getList()
},
onPullDownRefresh() {
@@ -62,7 +64,6 @@
},
onReachBottom() {
if (!this.isLoadMore) {
this.getList()
}
},