hexiaojie 2 лет назад
Родитель
Сommit
92108d0f00
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Store/StoreMonthView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Store/StoreMonthView.cs

@@ -156,7 +156,7 @@ namespace GFGGame
 
 
             _ui.m_loaMoney.url = ResPathUtil.GetCommonGameResPath(ItemCfgArray.Instance.GetCfg(privilegeCfg.paramsArr[0]).res);
-            _ui.m_loaDailyMoney.url = ResPathUtil.GetCommonGameResPath(ItemCfgArray.Instance.GetCfg(privilegeCfg.paramsArr[0]).res);
+            _ui.m_loaDailyMoney.url = ResPathUtil.GetCommonGameResPath(ItemCfgArray.Instance.GetCfg(privilegeCfg.paramsArr[1]).res);
             _ui.m_txtPrivilegeCount.text = privilegeCount.ToString();
             _ui.m_txtTPrivilege.SetVar("value", privilegeCount.ToString()).FlushVars();
             _ui.m_btnGet.enabled = endTime > TimeHelper.ServerNow() && !isGot;