|
@@ -4407,6 +4407,7 @@
|
|
|
this.signBtn = (this.getChild("signBtn"));
|
|
|
this.drawBtn = (this.getChild("drawBtn"));
|
|
|
this.settingNode = (this.getChild("settingNode"));
|
|
|
+ this.n_fuli = (this.getChild("n_fuli"));
|
|
|
this.n45 = (this.getChild("n45"));
|
|
|
this.ganFaMoShiBtn = (this.getChild("ganFaMoShiBtn"));
|
|
|
this.secretaryBtn = (this.getChild("secretaryBtn"));
|
|
@@ -4427,7 +4428,6 @@
|
|
|
this.n_Logout = (this.getChild("n_Logout"));
|
|
|
this.n_zhuCe = (this.getChild("n_zhuCe"));
|
|
|
this.n_dengLu = (this.getChild("n_dengLu"));
|
|
|
- this.n_fuli = (this.getChild("n_fuli"));
|
|
|
}
|
|
|
}
|
|
|
ui_UIMain.URL = "ui://isxx5ak7kt443qc";
|
|
@@ -6908,8 +6908,8 @@
|
|
|
this.ui = ui_UIFuli1.createInstance();
|
|
|
this.contentPane = this.ui;
|
|
|
this.isEject = false;
|
|
|
- this.addUIClick(this.ui.n2.btn_buy, this.closeSelf);
|
|
|
- this.addUIClick(this.ui.n2.btn_no, this.closeSelf);
|
|
|
+ this.addUIClick(this.ui.n2.n_buy, this.gotoBuy);
|
|
|
+ this.addUIClick(this.ui.n2.n_no, this.closeSelf);
|
|
|
}
|
|
|
show() {
|
|
|
super.show();
|
|
@@ -6919,6 +6919,9 @@
|
|
|
closeSelf() {
|
|
|
this.hide();
|
|
|
}
|
|
|
+ gotoBuy() {
|
|
|
+ this.hide();
|
|
|
+ }
|
|
|
}
|
|
|
UIFuli1.uiName = "UIFuli1";
|
|
|
|
|
@@ -6941,8 +6944,8 @@
|
|
|
this.ui = ui_UIFuli2.createInstance();
|
|
|
this.contentPane = this.ui;
|
|
|
this.isEject = false;
|
|
|
- this.addUIClick(this.ui.n0.btn_buy, this.closeSelf);
|
|
|
- this.addUIClick(this.ui.n0.btn_no, this.closeSelf);
|
|
|
+ this.addUIClick(this.ui.n0.n_buy, this.gotoBuy);
|
|
|
+ this.addUIClick(this.ui.n0.n_no, this.closeSelf);
|
|
|
}
|
|
|
show() {
|
|
|
super.show();
|
|
@@ -6952,6 +6955,9 @@
|
|
|
closeSelf() {
|
|
|
this.hide();
|
|
|
}
|
|
|
+ gotoBuy() {
|
|
|
+ this.hide();
|
|
|
+ }
|
|
|
}
|
|
|
UIFuli2.uiName = "UIFuli2";
|
|
|
|
|
@@ -13837,8 +13843,6 @@
|
|
|
}
|
|
|
onConstruct() {
|
|
|
this.n0 = (this.getChild("n0"));
|
|
|
- this.btn_no = (this.getChild("btn_no"));
|
|
|
- this.btn_buy = (this.getChild("btn_buy"));
|
|
|
this.n6 = (this.getChild("n6"));
|
|
|
this.n7 = (this.getChild("n7"));
|
|
|
this.n8 = (this.getChild("n8"));
|
|
@@ -13846,40 +13850,18 @@
|
|
|
this.n9 = (this.getChild("n9"));
|
|
|
this.n10 = (this.getChild("n10"));
|
|
|
this.txt_price = (this.getChild("txt_price"));
|
|
|
+ this.n_no = (this.getChild("n_no"));
|
|
|
+ this.n_buy = (this.getChild("n_buy"));
|
|
|
}
|
|
|
}
|
|
|
ui_Component_fl_1.URL = "ui://isxx5ak7im8nv59h";
|
|
|
|
|
|
- class ui_Component_fl_btn_lv extends fgui.GComponent {
|
|
|
- static createInstance() {
|
|
|
- return (fgui.UIPackage.createObject("game", "Component_fl_btn_lv"));
|
|
|
- }
|
|
|
- onConstruct() {
|
|
|
- this.n0 = (this.getChild("n0"));
|
|
|
- this.n2 = (this.getChild("n2"));
|
|
|
- }
|
|
|
- }
|
|
|
- ui_Component_fl_btn_lv.URL = "ui://isxx5ak7im8nv59l";
|
|
|
-
|
|
|
- class ui_Component_fl_btn_h extends fgui.GComponent {
|
|
|
- static createInstance() {
|
|
|
- return (fgui.UIPackage.createObject("game", "Component_fl_btn_h"));
|
|
|
- }
|
|
|
- onConstruct() {
|
|
|
- this.n0 = (this.getChild("n0"));
|
|
|
- this.n2 = (this.getChild("n2"));
|
|
|
- }
|
|
|
- }
|
|
|
- ui_Component_fl_btn_h.URL = "ui://isxx5ak7im8nv59m";
|
|
|
-
|
|
|
class ui_Component_fl_2 extends fgui.GComponent {
|
|
|
static createInstance() {
|
|
|
return (fgui.UIPackage.createObject("game", "Component_fl_2"));
|
|
|
}
|
|
|
onConstruct() {
|
|
|
this.n0 = (this.getChild("n0"));
|
|
|
- this.btn_no = (this.getChild("btn_no"));
|
|
|
- this.btn_buy = (this.getChild("btn_buy"));
|
|
|
this.txt_price = (this.getChild("txt_price"));
|
|
|
this.n4 = (this.getChild("n4"));
|
|
|
this.n6 = (this.getChild("n6"));
|
|
@@ -13887,6 +13869,8 @@
|
|
|
this.n5 = (this.getChild("n5"));
|
|
|
this.n8 = (this.getChild("n8"));
|
|
|
this.n9 = (this.getChild("n9"));
|
|
|
+ this.n_no = (this.getChild("n_no"));
|
|
|
+ this.n_buy = (this.getChild("n_buy"));
|
|
|
}
|
|
|
}
|
|
|
ui_Component_fl_2.URL = "ui://isxx5ak7im8nv59n";
|
|
@@ -14476,19 +14460,39 @@
|
|
|
}
|
|
|
ui_Component60.URL = "ui://isxx5ak7llhd44g";
|
|
|
|
|
|
- class ui_But_fuli extends fgui.GButton {
|
|
|
+ class ui_Component_fuli1 extends fgui.GComponent {
|
|
|
+ static createInstance() {
|
|
|
+ return (fgui.UIPackage.createObject("game", "Component_fuli1"));
|
|
|
+ }
|
|
|
+ onConstruct() {
|
|
|
+ this.n0 = (this.getChild("n0"));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ui_Component_fuli1.URL = "ui://isxx5ak7loypv59q";
|
|
|
+
|
|
|
+ class ui_Button_h extends fgui.GButton {
|
|
|
static createInstance() {
|
|
|
- return (fgui.UIPackage.createObject("game", "But_fuli"));
|
|
|
+ return (fgui.UIPackage.createObject("game", "Button_h"));
|
|
|
}
|
|
|
onConstruct() {
|
|
|
this.button = this.getController("button");
|
|
|
this.n0 = (this.getChild("n0"));
|
|
|
this.n1 = (this.getChild("n1"));
|
|
|
- this.n2 = (this.getChild("n2"));
|
|
|
- this.n3 = (this.getChild("n3"));
|
|
|
}
|
|
|
}
|
|
|
- ui_But_fuli.URL = "ui://isxx5ak7loypv59p";
|
|
|
+ ui_Button_h.URL = "ui://isxx5ak7loypv59r";
|
|
|
+
|
|
|
+ class ui_Button_lv extends fgui.GButton {
|
|
|
+ static createInstance() {
|
|
|
+ return (fgui.UIPackage.createObject("game", "Button_lv"));
|
|
|
+ }
|
|
|
+ onConstruct() {
|
|
|
+ this.button = this.getController("button");
|
|
|
+ this.n0 = (this.getChild("n0"));
|
|
|
+ this.n1 = (this.getChild("n1"));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ui_Button_lv.URL = "ui://isxx5ak7loypv59s";
|
|
|
|
|
|
class ui_Component98_3 extends fgui.GButton {
|
|
|
static createInstance() {
|
|
@@ -16310,8 +16314,6 @@
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component52.URL, ui_Component52);
|
|
|
fgui.UIObjectFactory.setExtension(ui_UIFuli1.URL, ui_UIFuli1);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component_fl_1.URL, ui_Component_fl_1);
|
|
|
- fgui.UIObjectFactory.setExtension(ui_Component_fl_btn_lv.URL, ui_Component_fl_btn_lv);
|
|
|
- fgui.UIObjectFactory.setExtension(ui_Component_fl_btn_h.URL, ui_Component_fl_btn_h);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component_fl_2.URL, ui_Component_fl_2);
|
|
|
fgui.UIObjectFactory.setExtension(ui_UIFuli2.URL, ui_UIFuli2);
|
|
|
fgui.UIObjectFactory.setExtension(ui_drawBtn.URL, ui_drawBtn);
|
|
@@ -16365,7 +16367,9 @@
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component126.URL, ui_Component126);
|
|
|
fgui.UIObjectFactory.setExtension(ui_UIFlyEft.URL, ui_UIFlyEft);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component60.URL, ui_Component60);
|
|
|
- fgui.UIObjectFactory.setExtension(ui_But_fuli.URL, ui_But_fuli);
|
|
|
+ fgui.UIObjectFactory.setExtension(ui_Component_fuli1.URL, ui_Component_fuli1);
|
|
|
+ fgui.UIObjectFactory.setExtension(ui_Button_h.URL, ui_Button_h);
|
|
|
+ fgui.UIObjectFactory.setExtension(ui_Button_lv.URL, ui_Button_lv);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component98_3.URL, ui_Component98_3);
|
|
|
fgui.UIObjectFactory.setExtension(ui_ModeSelection_com1.URL, ui_ModeSelection_com1);
|
|
|
fgui.UIObjectFactory.setExtension(ui_ModeSelection_com2.URL, ui_ModeSelection_com2);
|
|
@@ -23222,8 +23226,8 @@
|
|
|
this.ui = ui_UIFuli1.createInstance();
|
|
|
this.contentPane = this.ui;
|
|
|
this.isEject = false;
|
|
|
- this.addUIClick(this.ui.n2.btn_buy, this.closeSelf);
|
|
|
- this.addUIClick(this.ui.n2.btn_no, this.closeSelf);
|
|
|
+ this.addUIClick(this.ui.n2.n_buy, this.gotoBuy);
|
|
|
+ this.addUIClick(this.ui.n2.n_no, this.closeSelf);
|
|
|
}
|
|
|
show() {
|
|
|
super.show();
|
|
@@ -23233,6 +23237,9 @@
|
|
|
closeSelf() {
|
|
|
this.hide();
|
|
|
}
|
|
|
+ gotoBuy() {
|
|
|
+ this.hide();
|
|
|
+ }
|
|
|
}
|
|
|
UIFuli1$1.uiName = "UIFuli1";
|
|
|
|
|
@@ -23244,8 +23251,8 @@
|
|
|
this.ui = ui_UIFuli2.createInstance();
|
|
|
this.contentPane = this.ui;
|
|
|
this.isEject = false;
|
|
|
- this.addUIClick(this.ui.n0.btn_buy, this.closeSelf);
|
|
|
- this.addUIClick(this.ui.n0.btn_no, this.closeSelf);
|
|
|
+ this.addUIClick(this.ui.n0.n_buy, this.gotoBuy);
|
|
|
+ this.addUIClick(this.ui.n0.n_no, this.closeSelf);
|
|
|
}
|
|
|
show() {
|
|
|
super.show();
|
|
@@ -23255,6 +23262,9 @@
|
|
|
closeSelf() {
|
|
|
this.hide();
|
|
|
}
|
|
|
+ gotoBuy() {
|
|
|
+ this.hide();
|
|
|
+ }
|
|
|
}
|
|
|
UIFuli2$1.uiName = "UIFuli2";
|
|
|
|