From 8541b96dcc51b405e4e1dd3632ddb1b301e49153 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 25 Mar 2024 15:39:24 +0800 Subject: [PATCH] theme-game-loading --- themes/game/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/game/index.js b/themes/game/index.js index 4812f007..2f2d9bee 100644 --- a/themes/game/index.js +++ b/themes/game/index.js @@ -308,7 +308,7 @@ const LayoutSlug = props => { // 定义一个函数来处理iframe加载成功事件 function iframeLoaded() { if (game) { - // setLoading(false) + setLoading(false) } }