mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 05:36:44 +08:00
微信端回显图片
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user