wangliang_wd

feat:增加早晚报直播动效角标

... ... @@ -480,18 +480,14 @@ export struct PaperSingleColumn999CardView {
//直播
if (this.item?.objectType === '2') {
Row() {
Image(this.buildLiveStateImage())
.width(14)
.height(14)
.objectFit(ImageFit.Contain)
// LottieView({
// name: 'MorningPaper_live_status',
// path: "lottie/live_detail_living.json",
// lottieWidth: 14,
// lottieHeight: 14,
// autoplay: true,
// loop: true,
// })
LottieView({
name: 'MorningPaper_live_status+'+this.item.objectId,
path: "lottie/live_detail_living.json",
lottieWidth: 14,
lottieHeight: 14,
autoplay: true,
loop: true,
})
Text(this.buildLiveStateString())
.fontColor(Color.White)
... ...