wangliang_wd

feat:优化视频详情页头像展示问题,增加白色背景

... ... @@ -257,6 +257,7 @@ export struct PlayerRightView {
Image(this.getHeadUrl())
.width('100%')
.borderRadius(24)
.backgroundColor(Color.White)
.aspectRatio(1)
.border({ width: 1, color: Color.White, style: BorderStyle.Solid })
.onClick(() => {
... ...