陈剑华

fix: 19146 UI还原问题-【uat】进入直播详情页,直播中状态和距离和android不一致

... ... @@ -223,7 +223,7 @@ export struct PlayUIComponent {
right: 4,
bottom: 1
})
.margin({left: this.contentDetailData?.rmhInfo ? 0 : 34})
// .margin({left: this.contentDetailData?.rmhInfo ? 0 : 34})
}
//回看
else if (this.contentDetailData.liveInfo?.liveState == 'end') {
... ...