소스 검색

月卡换资源补充

huangxiaoyue 1 년 전
부모
커밋
35b088f64b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/Store/StoreMonthView.cs

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

@@ -102,7 +102,7 @@ namespace GFGGame
             switch (menu2)
             {
                 case ConstStoreSubId.STORE_MONTH_GOLD_CARD:
-                    iconUrl = "ui://Store/fuqi_card_icon";
+                    iconUrl = "ui://Store/hongbao_card_icon";
                     monthCfg = MonthlyCardCfgArray.Instance.GetCfg(MonthCardType.Gold);
                     endTime = GameGlobal.myNumericComponent.GetAsLong(NumericType.MonthCardGoldEndTime);
                     isGot = GameGlobal.myNumericComponent.GetAsInt(NumericType.MonthCardGoldReward) > 0;
@@ -120,7 +120,7 @@ namespace GFGGame
                     _ui.m_btnRule.data = 300010;
                     break;
                 case ConstStoreSubId.STORE_MONTH_BLACK_CARD:
-                    iconUrl = "ui://Store/hongbao_card_icon";
+                    iconUrl = "ui://Store/fuqi_card_icon";
                     monthCfg = MonthlyCardCfgArray.Instance.GetCfg(MonthCardType.BlackGold);
                     endTime = GameGlobal.myNumericComponent.GetAsLong(NumericType.MonthCardBlackGoldEndTime);
                     isGot = GameGlobal.myNumericComponent.GetAsInt(NumericType.MonthCardBlackGoldReward) > 0;