Commit 97c8014d612613737b358effe05f1f17d3f3a271

Authored by ww
1 parent 11b31233

fix: 修复视频组件分享后显示为编辑模式视频

@@ -109,7 +109,7 @@ const handleSelectPreview = () => { @@ -109,7 +109,7 @@ const handleSelectPreview = () => {
109 109
110 onMounted(async () => { 110 onMounted(async () => {
111 await nextTick() 111 await nextTick()
112 - isLightboxMode() 112 + isLightboxMode() || isShareMode()
113 ? handleGetVideoPlay() 113 ? handleGetVideoPlay()
114 : handleSelectPreview() 114 : handleSelectPreview()
115 }) 115 })