guodong 2 年之前
父节点
当前提交
ce0ad8a025
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Store/StoreMonthView.cs

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

@@ -138,7 +138,7 @@ namespace GFGGame
             ShopCfg shopCfg = ShopCfgArray.Instance.GetCfg(monthCfg.shopId);
             if(shopCfg.onceShopId > 0)
             {
-                //如果配置了首次购买物品,使用特殊物品购买
+                //如果配置了首次购买物品,使用特殊id购买
                 if(ShopDataManager.Instance.GetGoodsBuyNumById(shopCfg.onceShopId) <= 0)
                 {
                     shopCfg = ShopCfgArray.Instance.GetCfg(shopCfg.onceShopId);