fix:1、同步ios修复的bug

This commit is contained in:
2026-07-01 10:26:18 +08:00
parent 6ff428bdf2
commit af7617c352
1080 changed files with 2059 additions and 484310 deletions
+6 -4
View File
@@ -305,10 +305,10 @@ namespace ChillConnect
}
if (lastId == makeupVOModel.DataList.Last().id)
{
lastId = -1;
}
// if (lastId == makeupVOModel.DataList.Last().id)
// {
// lastId = -1;
// }
foreach (var makeupVo in makeupVOModel.DataList)
{
@@ -430,6 +430,8 @@ namespace ChillConnect
SaveingPotClass taskData = SaveData.GetSaveObject().saveingpot_history.Last();
Makeup_2 makeupVo = ConfigSystem.GetConfig<MakeupModel_2>().GetData(taskData.tableId);
SaveData.GetSaveObject().saveingpot_ch += makeupVo.ADIncrease;
GameDispatcher.Instance.Dispatch(GameMsg.refreshGift);
GameDispatcher.Instance.Dispatch(GameMsg.RefreshSaveingPot);
if (ConfigSystem.GetConfig<CommonModel>().PiggyBankSwitch == 1 && GameHelper.IsGiftSwitch())
{