img拼接

This commit is contained in:
huichao
2020-07-29 10:32:15 +08:00
parent d2db496d5b
commit 03c2751132
3 changed files with 12 additions and 7 deletions

View File

@@ -255,6 +255,7 @@ export default {
if (res.result == 0) {
for (let i = 0; i < res.content.length; i++) {
res.content[i].isShowImg = true
res.content[i].imgUrl=encodeURIComponent(config.imgDomain + '/returnDirectStream?imgPath=' +res.content[i].imgUrl)
}
this.headerList = res.content
console.log(this.headerList)