wangliang_wd

feat:优化直播已结束,标题等信息暂不自动隐藏问题

@@ -35,7 +35,7 @@ export struct PlayUIComponent { @@ -35,7 +35,7 @@ export struct PlayUIComponent {
35 35
36 onChangeMenuVisible() { 36 onChangeMenuVisible() {
37 if (!this.contentDetailData || !this.contentDetailData.liveInfo || 37 if (!this.contentDetailData || !this.contentDetailData.liveInfo ||
38 - this.contentDetailData?.liveInfo?.liveState === 'wait') { 38 + this.contentDetailData?.liveInfo?.liveState === 'wait' || (this.contentDetailData?.liveInfo?.liveState === 'end' && this.contentDetailData?.liveInfo?.replayUri.length === 0)) {
39 return 39 return
40 } 40 }
41 clearTimeout(this.time) 41 clearTimeout(this.time)