dzduole преди 3 дни
родител
ревизия
cf8afae26b

BIN
client/laya/bin/asset/fgui/game.obj


BIN
client/laya/bin/asset/fgui/game_atlas0.png


BIN
client/laya/bin/asset/fgui/game_atlas0_1.png


BIN
client/laya/bin/asset/fgui/game_atlas0_2.png


BIN
client/laya/bin/asset/fgui/game_atlas0_3.png


BIN
client/laya/bin/asset/fgui/game_atlas0_4.png


+ 4 - 17
client/laya/bin/js/bundle.js

@@ -1165,7 +1165,6 @@
         }
         onConstruct() {
             this.n_bj = (this.getChild("n_bj"));
-            this.n1 = (this.getChild("n1"));
             this.n_zzq_bj = (this.getChild("n_zzq_bj"));
             this.myNode = (this.getChild("myNode"));
             this.extraNode = (this.getChild("extraNode"));
@@ -7308,6 +7307,7 @@
             this.x = (Laya.stage.width - this.width) / 2;
             this.y = (Laya.stage.height - this.height) / 2;
             this.ui.n2.txt_price.text = "$" + this.jiage;
+            this.ui.n2.n_zzq_fl2.url = 'res/fuli2.png';
             this.setGlobalFont(this.ui);
         }
         closeSelf() {
@@ -14461,13 +14461,7 @@
             return (fgui.UIPackage.createObject("game", "Component_fl_1"));
         }
         onConstruct() {
-            this.n0 = (this.getChild("n0"));
-            this.n6 = (this.getChild("n6"));
-            this.n7 = (this.getChild("n7"));
-            this.n8 = (this.getChild("n8"));
-            this.n5 = (this.getChild("n5"));
-            this.n9 = (this.getChild("n9"));
-            this.n10 = (this.getChild("n10"));
+            this.n_zzq_fl1 = (this.getChild("n_zzq_fl1"));
             this.txt_price = (this.getChild("txt_price"));
             this.n_no = (this.getChild("n_no"));
             this.n_buy = (this.getChild("n_buy"));
@@ -14480,14 +14474,8 @@
             return (fgui.UIPackage.createObject("game", "Component_fl_2"));
         }
         onConstruct() {
-            this.n0 = (this.getChild("n0"));
+            this.n_zzq_fl2 = (this.getChild("n_zzq_fl2"));
             this.txt_price = (this.getChild("txt_price"));
-            this.n4 = (this.getChild("n4"));
-            this.n6 = (this.getChild("n6"));
-            this.n7 = (this.getChild("n7"));
-            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"));
         }
@@ -15086,7 +15074,6 @@
         onConstruct() {
             this.button = this.getController("button");
             this.n0 = (this.getChild("n0"));
-            this.n1 = (this.getChild("n1"));
         }
     }
     ui_Button_h.URL = "ui://isxx5ak7loypv59r";
@@ -15098,7 +15085,6 @@
         onConstruct() {
             this.button = this.getController("button");
             this.n0 = (this.getChild("n0"));
-            this.n1 = (this.getChild("n1"));
         }
     }
     ui_Button_lv.URL = "ui://isxx5ak7loypv59s";
@@ -24333,6 +24319,7 @@
             this.x = (Laya.stage.width - this.width) / 2;
             this.y = (Laya.stage.height - this.height) / 2;
             this.ui.n2.txt_price.text = "$" + this.jiage;
+            this.ui.n2.n_zzq_fl2.url = 'res/fuli2.png';
             this.setGlobalFont(this.ui);
         }
         closeSelf() {

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
client/laya/bin/js/bundle.js.map


BIN
client/laya/bin/res/fuli1.png


BIN
client/laya/bin/res/fuli2.png


+ 0 - 2
client/laya/src/fgui/res/game/ui_Button_h.ts

@@ -4,7 +4,6 @@ export default class ui_Button_h extends fgui.GButton {
 
 	public button:fgui.Controller;
 	public n0:fgui.GImage;
-	public n1:fgui.GTextField;
 	public static URL:string = "ui://isxx5ak7loypv59r";
 
 	public static createInstance():ui_Button_h {
@@ -14,6 +13,5 @@ export default class ui_Button_h extends fgui.GButton {
 	protected onConstruct():void {
 		this.button = this.getController("button");
 		this.n0 = <fgui.GImage>(this.getChild("n0"));
-		this.n1 = <fgui.GTextField>(this.getChild("n1"));
 	}
 }

+ 0 - 2
client/laya/src/fgui/res/game/ui_Button_lv.ts

@@ -4,7 +4,6 @@ export default class ui_Button_lv extends fgui.GButton {
 
 	public button:fgui.Controller;
 	public n0:fgui.GImage;
-	public n1:fgui.GTextField;
 	public static URL:string = "ui://isxx5ak7loypv59s";
 
 	public static createInstance():ui_Button_lv {
@@ -14,6 +13,5 @@ export default class ui_Button_lv extends fgui.GButton {
 	protected onConstruct():void {
 		this.button = this.getController("button");
 		this.n0 = <fgui.GImage>(this.getChild("n0"));
-		this.n1 = <fgui.GTextField>(this.getChild("n1"));
 	}
 }

+ 2 - 14
client/laya/src/fgui/res/game/ui_Component_fl_1.ts

@@ -5,13 +5,7 @@ import ui_Button_lv from "./ui_Button_lv";
 
 export default class ui_Component_fl_1 extends fgui.GComponent {
 
-	public n0:fgui.GImage;
-	public n6:fgui.GTextField;
-	public n7:fgui.GTextField;
-	public n8:fgui.GTextField;
-	public n5:fgui.GTextInput;
-	public n9:fgui.GTextInput;
-	public n10:fgui.GTextInput;
+	public n_zzq_fl1:fgui.GLoader;
 	public txt_price:fgui.GTextField;
 	public n_no:ui_Button_h;
 	public n_buy:ui_Button_lv;
@@ -22,13 +16,7 @@ export default class ui_Component_fl_1 extends fgui.GComponent {
 	}
 
 	protected onConstruct():void {
-		this.n0 = <fgui.GImage>(this.getChild("n0"));
-		this.n6 = <fgui.GTextField>(this.getChild("n6"));
-		this.n7 = <fgui.GTextField>(this.getChild("n7"));
-		this.n8 = <fgui.GTextField>(this.getChild("n8"));
-		this.n5 = <fgui.GTextInput>(this.getChild("n5"));
-		this.n9 = <fgui.GTextInput>(this.getChild("n9"));
-		this.n10 = <fgui.GTextInput>(this.getChild("n10"));
+		this.n_zzq_fl1 = <fgui.GLoader>(this.getChild("n_zzq_fl1"));
 		this.txt_price = <fgui.GTextField>(this.getChild("txt_price"));
 		this.n_no = <ui_Button_h>(this.getChild("n_no"));
 		this.n_buy = <ui_Button_lv>(this.getChild("n_buy"));

+ 2 - 14
client/laya/src/fgui/res/game/ui_Component_fl_2.ts

@@ -5,14 +5,8 @@ import ui_Button_lv from "./ui_Button_lv";
 
 export default class ui_Component_fl_2 extends fgui.GComponent {
 
-	public n0:fgui.GImage;
+	public n_zzq_fl2:fgui.GLoader;
 	public txt_price:fgui.GTextField;
-	public n4:fgui.GTextField;
-	public n6:fgui.GTextField;
-	public n7:fgui.GTextField;
-	public n5:fgui.GTextInput;
-	public n8:fgui.GTextInput;
-	public n9:fgui.GTextInput;
 	public n_no:ui_Button_h;
 	public n_buy:ui_Button_lv;
 	public static URL:string = "ui://isxx5ak7im8nv59n";
@@ -22,14 +16,8 @@ export default class ui_Component_fl_2 extends fgui.GComponent {
 	}
 
 	protected onConstruct():void {
-		this.n0 = <fgui.GImage>(this.getChild("n0"));
+		this.n_zzq_fl2 = <fgui.GLoader>(this.getChild("n_zzq_fl2"));
 		this.txt_price = <fgui.GTextField>(this.getChild("txt_price"));
-		this.n4 = <fgui.GTextField>(this.getChild("n4"));
-		this.n6 = <fgui.GTextField>(this.getChild("n6"));
-		this.n7 = <fgui.GTextField>(this.getChild("n7"));
-		this.n5 = <fgui.GTextInput>(this.getChild("n5"));
-		this.n8 = <fgui.GTextInput>(this.getChild("n8"));
-		this.n9 = <fgui.GTextInput>(this.getChild("n9"));
 		this.n_no = <ui_Button_h>(this.getChild("n_no"));
 		this.n_buy = <ui_Button_lv>(this.getChild("n_buy"));
 	}

+ 0 - 2
client/laya/src/fgui/res/game/ui_UIDraw.ts

@@ -11,7 +11,6 @@ import ui_drawBtn from "./ui_drawBtn";
 export default class ui_UIDraw extends fgui.GComponent {
 
 	public n_bj:fgui.GGraph;
-	public n1:fgui.GImage;
 	public n_zzq_bj:fgui.GLoader;
 	public myNode:ui_UITurntable_com5;
 	public extraNode:ui_UITurntable_com12;
@@ -30,7 +29,6 @@ export default class ui_UIDraw extends fgui.GComponent {
 
 	protected onConstruct():void {
 		this.n_bj = <fgui.GGraph>(this.getChild("n_bj"));
-		this.n1 = <fgui.GImage>(this.getChild("n1"));
 		this.n_zzq_bj = <fgui.GLoader>(this.getChild("n_zzq_bj"));
 		this.myNode = <ui_UITurntable_com5>(this.getChild("myNode"));
 		this.extraNode = <ui_UITurntable_com12>(this.getChild("extraNode"));

+ 1 - 1
client/laya/src/ui/UIFuli1.ts

@@ -33,7 +33,7 @@ export default class UIFuli1 extends UIBase {
         this.x = (Laya.stage.width - this.width) / 2;
         this.y = (Laya.stage.height - this.height) / 2;
         this.ui.n2.txt_price.text = "$" + this.jiage;
-
+        //this.ui.bj1.resourceURL = 'res/fuli1.png';// xGame.common.getGameIconUrl("turntable_bj");
          this.setGlobalFont(this.ui)
     }
 

+ 3 - 3
client/laya/src/ui/UIFuli2.ts

@@ -34,8 +34,8 @@ export default class UIFuli2 extends UIBase {
         this.x = (Laya.stage.width - this.width) / 2;
         this.y = (Laya.stage.height - this.height) / 2;
         this.ui.n2.txt_price.text = "$" + this.jiage;
-
-         this.setGlobalFont(this.ui)
+        this.ui.n2.n_zzq_fl2.url = 'res/fuli2.png';// xGame.common.getGameIconUrl("turntable_bj");
+        this.setGlobalFont(this.ui)
     }
     closeSelf() {
         DataMgr.loadUserSpOrderForAd();
@@ -70,7 +70,7 @@ export default class UIFuli2 extends UIBase {
                 let code = res.code;
                 let msg = res.msg;
                 if (code == 401) {
-                     Laya.LocalStorage.removeItem(keyForLoginInfo);
+                    Laya.LocalStorage.removeItem(keyForLoginInfo);
                     alert(TIP_MSG_key.loginTimeOut);
                     xGame.uiMgr.Show(UIMsg, msg)
                     return;

Някои файлове не бяха показани, защото твърде много файлове са промени