This commit is contained in:
yanran200730
2022-05-26 09:48:07 +08:00
parent 9a2e151c35
commit 62b75c37e4

View File

@@ -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()
})
}
},