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 {