zhangbo1_wd

精选评论,标题显示时机修改

@@ -176,6 +176,7 @@ export struct QualityCommentsComponent { @@ -176,6 +176,7 @@ export struct QualityCommentsComponent {
176 .fontWeight(400) 176 .fontWeight(400)
177 .fontColor($r('app.color.color_222222')) 177 .fontColor($r('app.color.color_222222'))
178 .lineHeight('42lpx') 178 .lineHeight('42lpx')
  179 + .visibility(this.tileOpacity < 0.8 ? 1 : 0)
179 } 180 }
180 .height(44) 181 .height(44)
181 .width('100%') 182 .width('100%')