|
@@ -4643,6 +4643,10 @@
|
|
|
this.talkNode = (this.getChild("talkNode"));
|
|
|
this.n83 = (this.getChild("n83"));
|
|
|
this.n84 = (this.getChild("n84"));
|
|
|
+ this.n_yd_challenge_1_mask = (this.getChild("n_yd_challenge_1_mask"));
|
|
|
+ this.n_yd_challenge_1_btn = (this.getChild("n_yd_challenge_1_btn"));
|
|
|
+ this.n_yd_challenge_1_hand = (this.getChild("n_yd_challenge_1_hand"));
|
|
|
+ this.n_yd_challenge_1 = (this.getChild("n_yd_challenge_1"));
|
|
|
this.n_moni_pay_ok = (this.getChild("n_moni_pay_ok"));
|
|
|
}
|
|
|
}
|
|
@@ -7759,6 +7763,7 @@
|
|
|
this.addUIClick(this.ui.drawBtn, this.openDrawView);
|
|
|
this.addUIClick(this.ui.rankBtn, this.openRanking);
|
|
|
this.addUIClick(this.ui.n73, this.startGame, [GameMode.bigMove]);
|
|
|
+ this.addUIClick(this.ui.n_yd_challenge_1_btn, this.startPlaceBall);
|
|
|
this.addUIClick(this.ui.n_dengLu, this.gotoLogin);
|
|
|
this.addUIClick(this.ui.n_moni_pay_ok, this.start_debug_for_moni_payOk);
|
|
|
}
|
|
@@ -7810,6 +7815,16 @@
|
|
|
}
|
|
|
this.setGlobalFont(this.ui);
|
|
|
}
|
|
|
+ yinDaoForLianxi() {
|
|
|
+ let x = this.ui.placeBallBtn.x;
|
|
|
+ let y = this.ui.placeBallBtn.y;
|
|
|
+ this.ui.n_yd_challenge_1.visible = true;
|
|
|
+ this.ui.n_yd_challenge_1_hand.x = x + 150;
|
|
|
+ this.ui.n_yd_challenge_1_hand.y = y;
|
|
|
+ this.ui.n_yd_challenge_1_btn.x = x;
|
|
|
+ this.ui.n_yd_challenge_1_btn.y = y;
|
|
|
+ console.log('zh:yinDaoForLianxi set ok');
|
|
|
+ }
|
|
|
showTipForGuest() {
|
|
|
let userInfo = LocalStorageManager.getItem(keyForLoginInfo);
|
|
|
if (userInfo == null) {
|
|
@@ -15970,6 +15985,31 @@
|
|
|
}
|
|
|
ui_Component132_1.URL = "ui://isxx5ak7uih8v568";
|
|
|
|
|
|
+ class ui_Component_lc_challenge1 extends fgui.GComponent {
|
|
|
+ static createInstance() {
|
|
|
+ return (fgui.UIPackage.createObject("game", "Component_lc_challenge1"));
|
|
|
+ }
|
|
|
+ onConstruct() {
|
|
|
+ this.n0 = (this.getChild("n0"));
|
|
|
+ this.n1_bai = (this.getChild("n1_bai"));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ui_Component_lc_challenge1.URL = "ui://isxx5ak7um3xv5as";
|
|
|
+
|
|
|
+ class ui_Component_shou extends fgui.GComponent {
|
|
|
+ static createInstance() {
|
|
|
+ return (fgui.UIPackage.createObject("game", "Component_shou"));
|
|
|
+ }
|
|
|
+ onConstruct() {
|
|
|
+ this.n57 = (this.getChild("n57"));
|
|
|
+ this.n54 = (this.getChild("n54"));
|
|
|
+ this.n55 = (this.getChild("n55"));
|
|
|
+ this.n56 = (this.getChild("n56"));
|
|
|
+ this.t1 = this.getTransition("t1");
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ui_Component_shou.URL = "ui://isxx5ak7um3xv5aw";
|
|
|
+
|
|
|
class ui_SecretaryDisplay extends fgui.GComponent {
|
|
|
static createInstance() {
|
|
|
return (fgui.UIPackage.createObject("game", "SecretaryDisplay"));
|
|
@@ -16897,6 +16937,8 @@
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component119.URL, ui_Component119);
|
|
|
fgui.UIObjectFactory.setExtension(ui_daoJuDisplay.URL, ui_daoJuDisplay);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component132_1.URL, ui_Component132_1);
|
|
|
+ fgui.UIObjectFactory.setExtension(ui_Component_lc_challenge1.URL, ui_Component_lc_challenge1);
|
|
|
+ fgui.UIObjectFactory.setExtension(ui_Component_shou.URL, ui_Component_shou);
|
|
|
fgui.UIObjectFactory.setExtension(ui_SecretaryDisplay.URL, ui_SecretaryDisplay);
|
|
|
fgui.UIObjectFactory.setExtension(ui_BallRodDisplay.URL, ui_BallRodDisplay);
|
|
|
fgui.UIObjectFactory.setExtension(ui_UIAddCoin.URL, ui_UIAddCoin);
|
|
@@ -19354,7 +19396,7 @@
|
|
|
let reqData = xGame.httpMgr.getReqData();
|
|
|
xGame.httpMgr.sendPost2025('order/getOrderListForNoChongFuBuy', reqData, (res) => {
|
|
|
try {
|
|
|
- console.log('zh:loadUserSpOrderForAd res = ' + JSON.stringify(res));
|
|
|
+ console.log('zh:getOrderListForNoChongFuBuy res = ' + JSON.stringify(res));
|
|
|
let code = res.code;
|
|
|
let msg = res.msg;
|
|
|
if (code == 401) {
|
|
@@ -24930,6 +24972,7 @@
|
|
|
this.addUIClick(this.ui.drawBtn, this.openDrawView);
|
|
|
this.addUIClick(this.ui.rankBtn, this.openRanking);
|
|
|
this.addUIClick(this.ui.n73, this.startGame, [GameMode.bigMove]);
|
|
|
+ this.addUIClick(this.ui.n_yd_challenge_1_btn, this.startPlaceBall);
|
|
|
this.addUIClick(this.ui.n_dengLu, this.gotoLogin);
|
|
|
this.addUIClick(this.ui.n_moni_pay_ok, this.start_debug_for_moni_payOk);
|
|
|
}
|
|
@@ -24981,6 +25024,16 @@
|
|
|
}
|
|
|
this.setGlobalFont(this.ui);
|
|
|
}
|
|
|
+ yinDaoForLianxi() {
|
|
|
+ let x = this.ui.placeBallBtn.x;
|
|
|
+ let y = this.ui.placeBallBtn.y;
|
|
|
+ this.ui.n_yd_challenge_1.visible = true;
|
|
|
+ this.ui.n_yd_challenge_1_hand.x = x + 150;
|
|
|
+ this.ui.n_yd_challenge_1_hand.y = y;
|
|
|
+ this.ui.n_yd_challenge_1_btn.x = x;
|
|
|
+ this.ui.n_yd_challenge_1_btn.y = y;
|
|
|
+ console.log('zh:yinDaoForLianxi set ok');
|
|
|
+ }
|
|
|
showTipForGuest() {
|
|
|
let userInfo = LocalStorageManager.getItem(keyForLoginInfo);
|
|
|
if (userInfo == null) {
|