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