From c392a86fda0d8689e8731a6b1cfed61d2419e77e Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Thu, 27 Aug 2020 19:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E5=A4=B1=E7=9C=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/congratulation/CongratulationList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/congratulation/CongratulationList.vue b/src/views/ebiz/congratulation/CongratulationList.vue index 0b9ea3287..2d7805f65 100644 --- a/src/views/ebiz/congratulation/CongratulationList.vue +++ b/src/views/ebiz/congratulation/CongratulationList.vue @@ -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) }