fix:1、添加h5 2、修复bug
This commit is contained in:
@@ -89,6 +89,8 @@ namespace IgnoreOPS
|
||||
public int ProcessingTime;
|
||||
|
||||
public int[] WVOffset;
|
||||
|
||||
public string X_Redeemcode;
|
||||
|
||||
|
||||
public CommonModel(string key) : base(key)
|
||||
|
||||
@@ -23,6 +23,7 @@ namespace FGUI.Arrow_game
|
||||
public GButton btn_signin;
|
||||
public com_finger com_finger;
|
||||
public GProgressBar ch_progress;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://sjl9teijrsd40";
|
||||
|
||||
public static com_arrow_game CreateInstance()
|
||||
@@ -50,6 +51,7 @@ namespace FGUI.Arrow_game
|
||||
btn_signin = (GButton)GetChildAt(16);
|
||||
com_finger = (com_finger)GetChildAt(18);
|
||||
ch_progress = (GProgressBar)GetChildAt(19);
|
||||
t1 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,8 +7,6 @@ namespace FGUI.Arrow_game
|
||||
{
|
||||
public partial class com_flicker : GComponent
|
||||
{
|
||||
public GGraph bg1;
|
||||
public GGraph bg2;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://sjl9teijrto31r";
|
||||
|
||||
@@ -21,8 +19,6 @@ namespace FGUI.Arrow_game
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg1 = (GGraph)GetChildAt(0);
|
||||
bg2 = (GGraph)GetChildAt(1);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ namespace FGUI.ZM_Petty
|
||||
public GTextField text_order;
|
||||
public GTextField text_email;
|
||||
public GTextField text_limit;
|
||||
public GButton btn_redeem;
|
||||
public const string URL = "ui://e9w4rbkqkbzob";
|
||||
|
||||
public static com_detail CreateInstance()
|
||||
@@ -28,6 +29,7 @@ namespace FGUI.ZM_Petty
|
||||
text_order = (GTextField)GetChildAt(4);
|
||||
text_email = (GTextField)GetChildAt(5);
|
||||
text_limit = (GTextField)GetChildAt(6);
|
||||
btn_redeem = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -571,7 +571,7 @@ namespace ChillConnect
|
||||
if (GameHelper.isRDExchangeMode()&&GameHelper.IsGiftSwitch())
|
||||
{
|
||||
string str = "<img src='ui://o9974uc5qbo98'/>";
|
||||
return str + $" {ch:N0}";
|
||||
return str + $"$ {ch:N0}";
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1368,6 +1368,7 @@ namespace ChillConnect
|
||||
if (SaveData.GetSaveObject().IsGetPettyReward) return;
|
||||
|
||||
SaveData.GetSaveObject().IsGetPettyReward = true;
|
||||
SaveData.saveDataFunc();
|
||||
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PettyAwardUI_Open);
|
||||
}
|
||||
|
||||
@@ -1682,7 +1683,8 @@ namespace ChillConnect
|
||||
GUIUtility.systemCopyBuffer = text;
|
||||
#elif UNITY_ANDROID
|
||||
// CopyToClipboardAndroid(text);
|
||||
|
||||
|
||||
GUIUtility.systemCopyBuffer = text;
|
||||
#elif UNITY_IOS
|
||||
BrigdeIOS.copyText(text);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user