From c96108bd84050feb01b47db3f5cae96670fda435 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 30 十月 2024 12:54:24 +0800 Subject: [PATCH] 2024-10-30 --- src/tabviews/home/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/home/index.jsx b/src/tabviews/home/index.jsx index d91ecef..5dafb3f 100644 --- a/src/tabviews/home/index.jsx +++ b/src/tabviews/home/index.jsx @@ -39,11 +39,11 @@ check = (times) => { times++ - if ((window.GLOB.mkThdMenus.length > 0 && window.GLOB.mkActions.loaded) || times > 50) { + if ((window.GLOB.mkThdMenus.size > 0 && window.GLOB.mkActions.loaded) || times > 50) { this.setState({ waiting: false }) - } else { + } else if (!window.GLOB.$error) { setTimeout(() => { this.check(times) }, 200) -- Gitblit v1.8.0