消息接口
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user