From dc9c9f1b21db381e9e83707bd95f918e4cbfb32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=89=AC?= Date: Tue, 25 Nov 2025 20:17:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(VideoPlayingView):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=AE=8C=E6=88=90=E4=B8=8B=E4=B8=80=E9=9B=86?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/view/VideoPlayingView.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/main/ets/view/VideoPlayingView.ets b/entry/src/main/ets/view/VideoPlayingView.ets index 7472ae3..7589344 100644 --- a/entry/src/main/ets/view/VideoPlayingView.ets +++ b/entry/src/main/ets/view/VideoPlayingView.ets @@ -234,6 +234,7 @@ export struct VideoPlayingView { } else { this.videoIndex = 0; } + this.episodeChooseIndex = this.videoIndex; } /** -- Gitee