wangliang_wd

feat:调整我的界面头像展示

... ... @@ -56,17 +56,17 @@ export default struct MinePageUserSimpleInfoUI {
Image(this.isLogin?(this.headPhotoUrl?this.headPhotoUrl:this.userType === "1"?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon')):$r('app.media.default_head_userPage'))
.alt(this.userType === "1"?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon'))
.width(63.21)
.height(63.21)
.objectFit(ImageFit.Cover)
.borderRadius(50)
.width(64)
.height(64)
.objectFit(ImageFit.Fill)
.borderRadius(32)
if(StringUtils.isNotEmpty(this.levelHead)){
Image(this.levelHead)
.width(75.86)
.height(75.86)
.width(90)
.height(90)
.objectFit(ImageFit.Cover)
.borderRadius(50)
// .borderRadius(50)
}
}
.width(86)
... ...