From d25e165b5564f746dddff9cad6034e99d5884a62 Mon Sep 17 00:00:00 2001 From: TJH Date: Sun, 8 Feb 2026 09:47:51 +0800 Subject: [PATCH] 1 --- assets/Loading/scripts/loading.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/Loading/scripts/loading.ts b/assets/Loading/scripts/loading.ts index fce6a16..0812795 100644 --- a/assets/Loading/scripts/loading.ts +++ b/assets/Loading/scripts/loading.ts @@ -177,6 +177,7 @@ export class Loading extends Component { } else { // 显示重试按钮 this.tipLabel.string = I18nManager.instance.t("AID_LOADING"); + this.tipLabel.node.active = false; this.startBtn.node.active = true; this.progressBar.node.active = false; this.progressLabel.node.active = false;