|
@@ -95,7 +95,7 @@ namespace GFGGame
|
|
switch (menu2)
|
|
switch (menu2)
|
|
{
|
|
{
|
|
case ConstStoreSubId.STORE_MONTH_GOLD_CARD:
|
|
case ConstStoreSubId.STORE_MONTH_GOLD_CARD:
|
|
- iconUrl = "ui://Store/MonthCard_Icon";
|
|
|
|
|
|
+ iconUrl = "ui://Store/card_lingxicard_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;
|
|
@@ -113,7 +113,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/MonthCard_Icon";
|
|
|
|
|
|
+ iconUrl = "ui://Store/card_xuanjicard_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;
|