mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 03:16:43 +08:00
微信端回显图片
This commit is contained in:
@@ -706,7 +706,7 @@ export default {
|
||||
this.imageResultList = images
|
||||
for (let image of images) {
|
||||
this.imageList.push({
|
||||
url: image.rgssUrl,
|
||||
url: config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${encodeURIComponent(image.rgssUrl)}`,
|
||||
index: image.index
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user