A面修改

This commit is contained in:
2026-06-01 15:05:48 +08:00
parent a616b21475
commit aa06dbdb04
6 changed files with 22 additions and 13 deletions
@@ -57,7 +57,10 @@ namespace ChillConnect
(ui.btn_max_pay.GetChild("img_saveingpot") as GImage).visible = true;
ui.btn_buypass.GetChild("img_saveingpot").visible = true;
}
if (!GameHelper.IsGiftSwitch())
{
GameHelper.GetCommonModel().Passportgift = 1;
}
if (GameHelper.IsAdModelOfPay())
{
ui.pay_type.selectedIndex = 0;
@@ -87,7 +90,7 @@ namespace ChillConnect
}
InitView();
TrackKit.SendEvent(GameHelper.getTrackEvenName(),Property.PassShow);
TrackKit.SendEvent(GameHelper.getTrackEvenName(), Property.PassShow);
}
@@ -136,7 +139,7 @@ namespace ChillConnect
}
ui.text_allgold.text = GameHelper.Get101Str(gold);
}