This commit is contained in:
TJH 2026-02-08 09:47:51 +08:00
parent d7d34fba67
commit d25e165b55

View File

@ -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;