|
|
@ -158,11 +158,11 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.logo = res.logo |
|
|
this.logo = res.logo |
|
|
} |
|
|
} |
|
|
// if (res.backgroundImg === '') { |
|
|
|
|
|
// this.backgroundStyle = 'background: url("/static/imgs/mall/zsc-bg-icon.png") no-repeat;' |
|
|
|
|
|
// } else { |
|
|
|
|
|
// this.backgroundStyle = 'background: url(' + res.backgroundImg + ') no-repeat;' |
|
|
|
|
|
// } |
|
|
|
|
|
|
|
|
if (res.backgroundImg === '') { |
|
|
|
|
|
this.backgroundStyle = 'background: url("/static/imgs/mall/zsc-bg-icon.png") no-repeat;' |
|
|
|
|
|
} else { |
|
|
|
|
|
this.backgroundStyle = 'background: url(' + res.backgroundImg + ') no-repeat;' |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
.catch((err) => { |
|
|
.catch((err) => { |
|
|
|