This commit is contained in:
zhaofang
2022-11-11 13:57:07 +08:00
parent 89bfe20742
commit 88339d6518
3 changed files with 8 additions and 5 deletions

View File

@@ -156,7 +156,6 @@
apiPlace.detail(key).then(res => {
this.resonimg = [];
let lmj = JSON.parse(res.result.content)
console.log(lmj,'lmj')
lmj.forEach(item=>{
this.resonimg.push(this.fileUrl+item.image);
})