This commit is contained in:
yanran200730
2022-05-25 16:24:06 +08:00
parent cbe6b8b162
commit 071c9b8d37

View File

@@ -137,9 +137,9 @@
},
getTotalInfo (id) {
this.$http.post(`/api/appalbumphoto/photoDetail?id=${id}`).then(res => {
this.$http.post(`/api/appalbumphoto/photoDetail?id=${id}&size=1000`).then(res => {
if (res.code === 0) {
this.totalInfo = res.data
this.totalInfo = res.data.records
}
})
},