theme-game-loading

This commit is contained in:
tangly1024.com
2024-03-25 15:39:24 +08:00
parent ad265a4d20
commit 8541b96dcc

View File

@@ -308,7 +308,7 @@ const LayoutSlug = props => {
// 定义一个函数来处理iframe加载成功事件
function iframeLoaded() {
if (game) {
// setLoading(false)
setLoading(false)
}
}