更新bug
This commit is contained in:
@@ -19,7 +19,7 @@ namespace ChillConnect
|
||||
public string payKey;
|
||||
public string sku;
|
||||
}
|
||||
public class ApplePayModel2: ConfigModel<ApplePayModel2, ProductConfig>
|
||||
public class ApplePayModel2: ConfigModel<ApplePayModel2>
|
||||
{
|
||||
public ApplePayModel2(string key) : base(key)
|
||||
{
|
||||
|
||||
@@ -22,6 +22,7 @@ namespace FGUI.Lobby_03
|
||||
public GButton btn_rank;
|
||||
public btn_sign btn_sign;
|
||||
public btn_wheel btn_spin;
|
||||
public GButton btn_setting;
|
||||
public GButton btn_restore;
|
||||
public GGroup right_group;
|
||||
public GButton btn_gold;
|
||||
@@ -56,6 +57,7 @@ namespace FGUI.Lobby_03
|
||||
btn_rank = (GButton)GetChildAt(18);
|
||||
btn_sign = (btn_sign)GetChildAt(19);
|
||||
btn_spin = (btn_wheel)GetChildAt(20);
|
||||
btn_setting = (GButton)GetChildAt(21);
|
||||
btn_restore = (GButton)GetChildAt(22);
|
||||
right_group = (GGroup)GetChildAt(23);
|
||||
btn_gold = (GButton)GetChildAt(24);
|
||||
|
||||
@@ -32,13 +32,13 @@ namespace FGUI.Reward_10
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
fx_place = (GGraph)GetChildAt(2);
|
||||
text_num = (GTextField)GetChildAt(3);
|
||||
loader_icon0 = (GLoader)GetChildAt(5);
|
||||
text_num1 = (GTextField)GetChildAt(6);
|
||||
wheel = (GComponent)GetChildAt(7);
|
||||
btn_multi = (GButton)GetChildAt(8);
|
||||
btn_collect = (GButton)GetChildAt(9);
|
||||
fx_place = (GGraph)GetChildAt(3);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
loader_icon0 = (GLoader)GetChildAt(6);
|
||||
text_num1 = (GTextField)GetChildAt(7);
|
||||
wheel = (GComponent)GetChildAt(8);
|
||||
btn_multi = (GButton)GetChildAt(9);
|
||||
btn_collect = (GButton)GetChildAt(10);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@ namespace FGUI.Turntable_11
|
||||
public partial class com_wheel : GComponent
|
||||
{
|
||||
public GGraph point;
|
||||
public GGraph startpoint;
|
||||
public com_disc disc;
|
||||
public btn_go spin;
|
||||
public GGraph light_parent;
|
||||
public GButton close;
|
||||
public btn_go1 btn_spin;
|
||||
@@ -26,8 +26,8 @@ namespace FGUI.Turntable_11
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
point = (GGraph)GetChildAt(1);
|
||||
disc = (com_disc)GetChildAt(2);
|
||||
spin = (btn_go)GetChildAt(3);
|
||||
startpoint = (GGraph)GetChildAt(2);
|
||||
disc = (com_disc)GetChildAt(3);
|
||||
light_parent = (GGraph)GetChildAt(4);
|
||||
close = (GButton)GetChildAt(5);
|
||||
btn_spin = (btn_go1)GetChildAt(6);
|
||||
|
||||
@@ -91,8 +91,8 @@ namespace ChillConnect
|
||||
shopName = "",
|
||||
type = ""
|
||||
};
|
||||
ApplePayManager.Instance.InitProduct(ConfigSystem.GetConfig<ApplePayModel2>().DataList,
|
||||
ConfigManager.GameConfig.packageName, PurchasingManager.ApplePaySuccessCallback(appleData));
|
||||
// ApplePayManager.Instance.InitProduct(ConfigSystem.GetConfig<ApplePayModel2>().DataList,
|
||||
// ConfigManager.GameConfig.packageName, PurchasingManager.ApplePaySuccessCallback(appleData));
|
||||
|
||||
Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList));
|
||||
UIManager.Instance.SetSwitchLanguage(lang);
|
||||
|
||||
Reference in New Issue
Block a user