From 20c02e65bff40ae79020658b345bc7719a913f37 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 29 Oct 2024 15:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E5=BC=80=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StupWizard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StupWizard/index.tsx b/src/components/StupWizard/index.tsx index 030bdaf..55dde8c 100644 --- a/src/components/StupWizard/index.tsx +++ b/src/components/StupWizard/index.tsx @@ -15,6 +15,7 @@ const StupWizard = forwardRef((_props: any, ref: any) => { useImperativeHandle(ref, () => ({ changeModal: (index: number = 0, data: any) => { meetingUserInfo = data; + setIsStupWizard(true) if (location.hash.indexOf('/meeting') === -1) { agora.init() } @@ -32,7 +33,6 @@ const StupWizard = forwardRef((_props: any, ref: any) => { } } storage.setItem('setting', JSON.stringify(setting)) - setIsStupWizard(true) } })) const [list, setList] = useState([