bug修复
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user