From dc3d64e7219c69c8a5a86b6185f30866c7357e69 Mon Sep 17 00:00:00 2001 From: "yang.huaxiang" Date: Mon, 16 Nov 2020 16:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E9=97=A8=E7=BA=A2=EF=BC=9A=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=A4=B4=E5=83=8F=E7=94=9F=E6=88=90=20--=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/my/UserWxHead2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/my/UserWxHead2.vue b/src/views/ebiz/my/UserWxHead2.vue index f610e624b..f4d6cc8c9 100644 --- a/src/views/ebiz/my/UserWxHead2.vue +++ b/src/views/ebiz/my/UserWxHead2.vue @@ -150,7 +150,7 @@ export default { // that.downLoadUrl = config.imgDomain + '/returnDirectStream?imgPath=' + encodeURIComponent(res.content.composePathInfo[0]) that.showImgInfo.defaultBackImg = res.content.composePathInfo[0].httpPath - that.composeReqDTO.backPath = res.content.composePathInfo[0].aesPath + that.composeReqDTO.backPath = res.content.backImgInfo[0].aesPath that.downLoadUrl = config.imgDomain + '/returnDirectStream?imgPath=' + encodeURIComponent(res.content.composePathInfo[0].aesPath) this.downLoadFlag = false } else {