deploy: auto commit repo-root changes 2026-07-03 19:05:07
This commit is contained in:
@@ -721,8 +721,7 @@ const requestH5WorldCupLiveFullscreen = (video: HTMLVideoElement, videoId: strin
|
||||
}
|
||||
|
||||
uni.createVideoContext(videoId)?.requestFullScreen?.({ direction: 90 })
|
||||
} catch (error) {
|
||||
console.warn('进入世界杯 H5 直播全屏失败', error)
|
||||
} catch {
|
||||
}
|
||||
// #endif
|
||||
}
|
||||
@@ -815,8 +814,7 @@ const openH5WorldCupLiveCard = async (live: WorldCupLiveCardItem, playUrl: strin
|
||||
}
|
||||
|
||||
await playH5WorldCupVideo(video)
|
||||
} catch (error) {
|
||||
console.warn('播放世界杯 H5 直播失败', error)
|
||||
} catch {
|
||||
destroyWorldCupH5Player()
|
||||
activeWorldCupLiveKey.value = ''
|
||||
uni.showToast({ title: '当前浏览器无法播放该直播流', icon: 'none' })
|
||||
@@ -842,8 +840,7 @@ const openWorldCupLiveCard = (live: WorldCupLiveCardItem) => {
|
||||
direction: 90,
|
||||
})
|
||||
videoContext?.play?.()
|
||||
} catch (error) {
|
||||
console.warn('进入世界杯直播全屏失败', error)
|
||||
} catch {
|
||||
uni.showToast({ title: '当前设备暂不支持全屏', icon: 'none' })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user