Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -250,7 +250,7 @@ export struct PlayUIComponent { | @@ -250,7 +250,7 @@ export struct PlayUIComponent { | ||
| 250 | //回看 | 250 | //回看 |
| 251 | else if (this.contentDetailData.liveInfo?.liveState == 'end') { | 251 | else if (this.contentDetailData.liveInfo?.liveState == 'end') { |
| 252 | Row() { | 252 | Row() { |
| 253 | - Text('回看') | 253 | + Text(StringUtils.isEmpty(this.liveUrl)?'已结束':'回看') |
| 254 | .fontSize('11vp') | 254 | .fontSize('11vp') |
| 255 | .fontWeight(400) | 255 | .fontWeight(400) |
| 256 | .fontColor(Color.White) | 256 | .fontColor(Color.White) |
-
Please register or login to post a comment