乡村乡村

This commit is contained in:
yanran200730
2022-05-19 17:29:44 +08:00
parent da2644738a
commit 2645da7e67
10 changed files with 282 additions and 67 deletions

View File

@@ -146,9 +146,9 @@
},
getList () {
this.$http.post(`/api/appalbumphoto/list`).then(res => {
this.$http.post(`/api/appalbumphoto/DetailByAlbumID?albumId=${this.id}`).then(res => {
if (res.code === 0) {
this.list = res.data.records
this.list = res.data
}
})
}