登录流程优化 增加错误码弹窗提醒
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user