bug修复

This commit is contained in:
@fawn-nine
2023-11-20 17:31:10 +08:00
parent 79fb0c430f
commit 31b73967a3
4 changed files with 151 additions and 119 deletions

View File

@@ -209,7 +209,7 @@
this.$http
.post('book/teach/getBookTeachItems', {
'bookId': this.bookid,
'limit': 10,
'limit': 20,
'page': this.page
// 'userid': this.userInfo.id,
// 'bookid':
@@ -222,7 +222,9 @@
this.libLIst = this.libLIst.concat(res.page.records)
this.status = 3
this.totalPage = res.page.pages
if(this.totalPage = res.page.current){
this.status = 1
}
} else {
this.libLIst = []
this.totalPage = 0