登录流程优化 增加错误码弹窗提醒

This commit is contained in:
2025-09-25 15:09:04 +08:00
parent 7f1d20e51b
commit ed525d9ed2
5 changed files with 34 additions and 30 deletions
+2
View File
@@ -132,7 +132,9 @@ export default class GameRootUI extends Component {
this.LayerNodeGroups[key] = newNode;
}
}
}
showDefault() {
//默认打开的界面
if (this.DefaultUI.length > 0) {
ResManager.I.loadSubpackagePrefab(this.DefaultUI, (res) => {