微信端回显图片

This commit is contained in:
mengxiaolong
2020-12-11 14:27:26 +08:00
parent 2055a07828
commit d1d648feeb

View File

@@ -706,7 +706,7 @@ export default {
this.imageResultList = images this.imageResultList = images
for (let image of images) { for (let image of images) {
this.imageList.push({ this.imageList.push({
url: image.rgssUrl, url: config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${encodeURIComponent(image.rgssUrl)}`,
index: image.index index: image.index
}) })
} }