1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 21:29:31 +08:00

fix: 修复关于页面背景图不显示和免责声明页面内容不显示问题

This commit is contained in:
小莫唐尼
2024-06-25 11:26:10 +08:00
parent ccefbcee02
commit bdaeb98432
2 changed files with 11 additions and 12 deletions
+2 -8
View File
@@ -140,14 +140,8 @@ export default {
},
calcProfileStyle() {
const _imgUrlOr = this.calcDefaultImageConfig.aboutProfileImageUrl;
if (this.$utils.checkIsUrl(_imgUrlOr)) {
return {
backgroundImage: `url(${this.$utils.checkImageUrl(_imgUrlOr)})`
};
} else {
return {
background: _imgUrlOr
};
return {
backgroundImage: `url(${this.$utils.checkImageUrl(_imgUrlOr)})`
}
},
calcWaveUrl() {