|
@@ -4255,9 +4255,10 @@
|
|
|
this.drawBtn = (this.getChild("drawBtn"));
|
|
|
this.settingNode = (this.getChild("settingNode"));
|
|
|
this.n45 = (this.getChild("n45"));
|
|
|
+ this.ganFaMoShiBtn = (this.getChild("ganFaMoShiBtn"));
|
|
|
this.secretaryBtn = (this.getChild("secretaryBtn"));
|
|
|
+ this.rankBtn = (this.getChild("rankBtn"));
|
|
|
this.n46 = (this.getChild("n46"));
|
|
|
- this.ganFaMoShiBtn = (this.getChild("ganFaMoShiBtn"));
|
|
|
this.liucheng1 = (this.getChild("liucheng1"));
|
|
|
this.rightBtn = (this.getChild("rightBtn"));
|
|
|
this.n75 = (this.getChild("n75"));
|
|
@@ -6609,6 +6610,7 @@
|
|
|
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();
|
|
@@ -6817,6 +6819,7 @@
|
|
|
xGame.uiMgr.Show(UIDraw);
|
|
|
}
|
|
|
openRanking() {
|
|
|
+ console.log('zh:phb openRanking');
|
|
|
xGame.uiMgr.Show(UIRanking);
|
|
|
Moyu.sendDataEvent("rankingList");
|
|
|
}
|
|
@@ -12758,6 +12761,17 @@
|
|
|
}
|
|
|
ui_wordsDisplay.URL = "ui://isxx5ak7iveg436";
|
|
|
|
|
|
+ class ui_Component_phb extends fgui.GComponent {
|
|
|
+ static createInstance() {
|
|
|
+ return (fgui.UIPackage.createObject("game", "Component_phb"));
|
|
|
+ }
|
|
|
+ onConstruct() {
|
|
|
+ this.n3 = (this.getChild("n3"));
|
|
|
+ this.n4 = (this.getChild("n4"));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ui_Component_phb.URL = "ui://isxx5ak7ixgmv57c";
|
|
|
+
|
|
|
class ui_Component3 extends fgui.GComponent {
|
|
|
static createInstance() {
|
|
|
return (fgui.UIPackage.createObject("game", "Component3"));
|
|
@@ -15065,6 +15079,7 @@
|
|
|
fgui.UIObjectFactory.setExtension(ui_drawBtn.URL, ui_drawBtn);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component43.URL, ui_Component43);
|
|
|
fgui.UIObjectFactory.setExtension(ui_wordsDisplay.URL, ui_wordsDisplay);
|
|
|
+ fgui.UIObjectFactory.setExtension(ui_Component_phb.URL, ui_Component_phb);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component3.URL, ui_Component3);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component4.URL, ui_Component4);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component7.URL, ui_Component7);
|
|
@@ -21314,6 +21329,7 @@
|
|
|
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();
|
|
@@ -21522,6 +21538,7 @@
|
|
|
xGame.uiMgr.Show(UIDraw$1);
|
|
|
}
|
|
|
openRanking() {
|
|
|
+ console.log('zh:phb openRanking');
|
|
|
xGame.uiMgr.Show(UIRanking$1);
|
|
|
Moyu.sendDataEvent("rankingList");
|
|
|
}
|