commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user