消息接口

This commit is contained in:
yanran200730
2022-05-30 16:33:22 +08:00
parent 6a5b244d92
commit bd2c72e81c
2 changed files with 7 additions and 2 deletions

View File

@@ -36,7 +36,12 @@
onLoad (query) {
this.id = query.id
this.img = query.url
this.$http.post(`/api/appalbumphoto/queryDetailById?id=${query.id}`).then(res => {
if (res.code == 0) {
this.img = res.data.photoUrl
}
})
},
methods: {