From 45d394d89d665e59c8841154e830acab989693f9 Mon Sep 17 00:00:00 2001 From: lvyuankang <1344032923@qq.com> Date: Tue, 4 Jun 2024 12:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/compontents/judge/video-play.ets | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/entry/src/main/ets/pages/compontents/judge/video-play.ets b/entry/src/main/ets/pages/compontents/judge/video-play.ets index b1ada766..f37e4dcc 100644 --- a/entry/src/main/ets/pages/compontents/judge/video-play.ets +++ b/entry/src/main/ets/pages/compontents/judge/video-play.ets @@ -1,6 +1,6 @@ @Component -struct EndPopup { +export default struct EndPopup { constructor() { super() } @@ -23,5 +23,3 @@ struct EndPopup { }.width('100%').height('100%').position({y:0}).backgroundColor('rgba(0,0,0,0.7)') } } - -export default EndPopup \ No newline at end of file