|
@@ -6563,6 +6563,7 @@
|
|
|
xGame.eventMgr.on(CHANGE_SECRETARY, this, this.changeSecretary);
|
|
|
let curUse = DataMgr.getCurSecretary();
|
|
|
this.changeSecretary(curUse);
|
|
|
+ this.ui.rankBtn.visible = false;
|
|
|
this.ui.talkNode.visible = false;
|
|
|
let guide = DataMgr.getSkillGuide();
|
|
|
if (xGame.common.isNewDay && guide == 1) {
|
|
@@ -6610,7 +6611,6 @@
|
|
|
this.addUIClick(this.ui.shopBtn, this.openShopView);
|
|
|
this.addUIClick(this.ui.signBtn, this.openSignView);
|
|
|
this.addUIClick(this.ui.drawBtn, this.openDrawView);
|
|
|
- this.addUIClick(this.ui.rankBtn, this.openRanking);
|
|
|
}
|
|
|
show(showFailWords) {
|
|
|
super.show();
|
|
@@ -21282,6 +21282,7 @@
|
|
|
xGame.eventMgr.on(CHANGE_SECRETARY, this, this.changeSecretary);
|
|
|
let curUse = DataMgr.getCurSecretary();
|
|
|
this.changeSecretary(curUse);
|
|
|
+ this.ui.rankBtn.visible = false;
|
|
|
this.ui.talkNode.visible = false;
|
|
|
let guide = DataMgr.getSkillGuide();
|
|
|
if (xGame.common.isNewDay && guide == 1) {
|
|
@@ -21329,7 +21330,6 @@
|
|
|
this.addUIClick(this.ui.shopBtn, this.openShopView);
|
|
|
this.addUIClick(this.ui.signBtn, this.openSignView);
|
|
|
this.addUIClick(this.ui.drawBtn, this.openDrawView);
|
|
|
- this.addUIClick(this.ui.rankBtn, this.openRanking);
|
|
|
}
|
|
|
show(showFailWords) {
|
|
|
super.show();
|