diff --git a/src/pages/home/previews/aliyun_video.tsx b/src/pages/home/previews/aliyun_video.tsx index 48f194c4a..bf0f65e8d 100644 --- a/src/pages/home/previews/aliyun_video.tsx +++ b/src/pages/home/previews/aliyun_video.tsx @@ -372,7 +372,9 @@ const Preview = () => { option.quality = quality player.quality = quality curSeek = player.currentTime + let curPlaying = player.playing await player.switchUrl(quality[quality.length - 1].url) + if (!curPlaying) player.pause() setTimeout(() => { player.seek = curSeek }, 1000)