A面修改
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user