Bläddra i källkod

月卡换资源补充

huangxiaoyue 1 år sedan
förälder
incheckning
35b088f64b
1 ändrade filer med 2 tillägg och 2 borttagningar
  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)
             switch (menu2)
             {
             {
                 case ConstStoreSubId.STORE_MONTH_GOLD_CARD:
                 case ConstStoreSubId.STORE_MONTH_GOLD_CARD:
-                    iconUrl = "ui://Store/fuqi_card_icon";
+                    iconUrl = "ui://Store/hongbao_card_icon";
                     monthCfg = MonthlyCardCfgArray.Instance.GetCfg(MonthCardType.Gold);
                     monthCfg = MonthlyCardCfgArray.Instance.GetCfg(MonthCardType.Gold);
                     endTime = GameGlobal.myNumericComponent.GetAsLong(NumericType.MonthCardGoldEndTime);
                     endTime = GameGlobal.myNumericComponent.GetAsLong(NumericType.MonthCardGoldEndTime);
                     isGot = GameGlobal.myNumericComponent.GetAsInt(NumericType.MonthCardGoldReward) > 0;
                     isGot = GameGlobal.myNumericComponent.GetAsInt(NumericType.MonthCardGoldReward) > 0;
@@ -120,7 +120,7 @@ namespace GFGGame
                     _ui.m_btnRule.data = 300010;
                     _ui.m_btnRule.data = 300010;
                     break;
                     break;
                 case ConstStoreSubId.STORE_MONTH_BLACK_CARD:
                 case ConstStoreSubId.STORE_MONTH_BLACK_CARD:
-                    iconUrl = "ui://Store/hongbao_card_icon";
+                    iconUrl = "ui://Store/fuqi_card_icon";
                     monthCfg = MonthlyCardCfgArray.Instance.GetCfg(MonthCardType.BlackGold);
                     monthCfg = MonthlyCardCfgArray.Instance.GetCfg(MonthCardType.BlackGold);
                     endTime = GameGlobal.myNumericComponent.GetAsLong(NumericType.MonthCardBlackGoldEndTime);
                     endTime = GameGlobal.myNumericComponent.GetAsLong(NumericType.MonthCardBlackGoldEndTime);
                     isGot = GameGlobal.myNumericComponent.GetAsInt(NumericType.MonthCardBlackGoldReward) > 0;
                     isGot = GameGlobal.myNumericComponent.GetAsInt(NumericType.MonthCardBlackGoldReward) > 0;