mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 14:52:53 +08:00
修改图片预览失真问题
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
||||
this.totalPage = res.pageInfo.pages
|
||||
this.posterList = res.pageInfo.list
|
||||
for (let item of this.posterList) {
|
||||
let url = (config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${item.posterNarrowUrl}`).replace(/\+/g, '%2B')
|
||||
let url = (config.imgDomain + `/returnImageStream?a=b.jpg&imgPath=${item.posterUrl}`).replace(/\+/g, '%2B')
|
||||
item.realUrl = url
|
||||
this.imgUrls.push(url)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user