fix :1、先删除H5代码

This commit is contained in:
2026-07-07 20:03:00 +08:00
parent 03b3ad4364
commit 3fd1e034c9
36 changed files with 33895 additions and 34364 deletions
@@ -158,7 +158,7 @@ namespace ChillConnect
private void InitView()
{
Makeup_2 makeupVo = ConfigSystem.GetConfig<MakeupModel_2>().GetData(makeupTaskData.tableId);
ui.text_ad.text = string.Format(GameHelper.getDesByKey("saving_pot_5"), makeupVo.ADIncrease);
ui.text_ad.text = string.Format(GameHelper.getDesByKey("saving_pot_5"), makeupVo.ADIncrease * GameHelper.GetExchangeRateVo().Multi);
string str = string.Format(GameHelper.getDesByKey("saving_pot_2"), makeupVo.PayIncrease);
ui.text_pay.text = str;
initTop();