wangliang_wd

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

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