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;