From 8498144294a9f57f6f3de963078f00be9b596c72 Mon Sep 17 00:00:00 2001
From: Haiyi <1021441632@qq.com>
Date: Tue, 14 Mar 2023 18:20:32 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001548):=E3=80=90?=
=?UTF-8?q?=E9=9D=A2=E6=96=99=E4=BC=98=E9=80=89=E3=80=91-=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD{=E9=9D=A2=E6=96=99=E8=AF=A6=E6=83=85}=EF=BC=9A?=
=?UTF-8?q?=E6=B5=8B=E8=AF=84=E8=A7=86=E9=A2=91=E4=B8=8B=E6=96=B9=E7=9A=84?=
=?UTF-8?q?=E5=88=86=E7=B1=BB=E5=92=8C=E7=BB=93=E6=9E=9C=E9=A1=BA=E5=BA=8F?=
=?UTF-8?q?=E9=A2=A0=E5=80=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/details/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/details/index.tsx b/src/pages/details/index.tsx
index 1f67ee6..06643a9 100644
--- a/src/pages/details/index.tsx
+++ b/src/pages/details/index.tsx
@@ -436,8 +436,8 @@ const Details = (props: Params) => {
show-fullscreen-btn={false}
onFullScreenChange={event => handleClose(event, `video${index}`)}
>
- {item.result}
- {item.title}
+ {item.title}
+ {item.result}
)
})