陈剑华

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

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