|
|
@@ -134,9 +134,9 @@ export default class MainUI extends BaseUI {
|
|
|
|
|
|
XXEvent.on("MainUIUpdateQiPaoMarshal", this.updateQiPaoMarshal, this);
|
|
|
XXEvent.on("open-guide", this.openGuideUI, this);
|
|
|
- if (PiggyBankModel.bank_cash_value) {
|
|
|
- GameController.uiM.openUI(PiggyBankUI)
|
|
|
- }
|
|
|
+ // if (PiggyBankModel.bank_cash_value) {
|
|
|
+ // GameController.uiM.openUI(PiggyBankUI)
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
private initScheduler() {
|