This commit is contained in:
@jyuhsin
2026-03-19 15:34:31 +08:00
parent 75de73add7
commit 0c1751793c
2 changed files with 16 additions and 15 deletions
@@ -749,7 +749,12 @@ layout("/mobile/platform.html"){
this.config.customBg = '/file_server/fileStreamPreview?id=' + resp.data.picUrl
}
if (resp.data.birthdayUrl) {
this.config.couponImageSrc = window.location.origin + '/file_server/fileStreamPreview?id=' + resp.data.birthdayUrl
const fileId = "${fileId}"
if(fileId) {
this.config.couponImageSrc = window.location.origin + '/file_server/fileStreamPreview?id=' + fileId
} else {
this.config.couponImageSrc = window.location.origin + '/file_server/fileStreamPreview?id=' + resp.data.birthdayUrl
}
}
}
},