Showing
2 changed files
with
3 additions
and
2 deletions
| @@ -273,7 +273,8 @@ export struct DetailPlayShortVideoPage { | @@ -273,7 +273,8 @@ export struct DetailPlayShortVideoPage { | ||
| 273 | this.playerCoverBuilder() | 273 | this.playerCoverBuilder() |
| 274 | 274 | ||
| 275 | // 横屏-全屏观看 | 275 | // 横屏-全屏观看 |
| 276 | - if (this.videoLandScape === 1) { | 276 | + // 点击查看详情 不展示 |
| 277 | + if (this.videoLandScape === 1 && !this.isOpenDetail) { | ||
| 277 | this.playerFullscreenBuilder() | 278 | this.playerFullscreenBuilder() |
| 278 | } | 279 | } |
| 279 | } | 280 | } |
| @@ -178,7 +178,7 @@ export struct PlayerRightView { | @@ -178,7 +178,7 @@ export struct PlayerRightView { | ||
| 178 | .width(58) | 178 | .width(58) |
| 179 | .position({ x: '100%', y: '100%' }) | 179 | .position({ x: '100%', y: '100%' }) |
| 180 | .markAnchor({ x: '100%', y: '100%' }) | 180 | .markAnchor({ x: '100%', y: '100%' }) |
| 181 | - .padding({ bottom: 10, right: 10 }) | 181 | + .padding({ bottom: 7, right: 10 }) |
| 182 | .visibility(this.isOpenDetail || this.isDragging || this.displayDirection === DisplayDirection.VIDEO_HORIZONTAL ? | 182 | .visibility(this.isOpenDetail || this.isDragging || this.displayDirection === DisplayDirection.VIDEO_HORIZONTAL ? |
| 183 | Visibility.None : Visibility.Visible) | 183 | Visibility.None : Visibility.Visible) |
| 184 | 184 |
-
Please register or login to post a comment