bug
This commit is contained in:
@@ -179,6 +179,8 @@
|
||||
|
||||
getList () {
|
||||
if (this.isMore) return
|
||||
|
||||
this.$loading()
|
||||
this.$http.post(`/api/appalbumphoto/DetailByAlbumID`, null, {
|
||||
params: {
|
||||
albumId: this.id,
|
||||
@@ -196,6 +198,7 @@
|
||||
|
||||
if (res.data.records.length < 10) {
|
||||
this.isMore = true
|
||||
uni.hideLoading()
|
||||
|
||||
return false
|
||||
}
|
||||
@@ -206,6 +209,8 @@
|
||||
this.coverImg = res.data.records[0].photoUrl
|
||||
}
|
||||
}
|
||||
|
||||
uni.hideLoading()
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user