瀏覽代碼

抽卡名字

zhaoyang 2 年之前
父節點
當前提交
6c6a34c5da
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxBonusView.cs

+ 4 - 4
GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxBonusView.cs

@@ -149,10 +149,10 @@ namespace GFGGame
             itemUI.m_comIcon.m_icon.url = ResPathUtil.GetIconPath(itemCfg);
             itemUI.m_comIcon.m_imgNew.visible = ItemDataManager.GetItemNum(itemData.id) == count && isFirst ? true : false;
             string itemName = itemCfg.name;
-            if (itemData.num > 1)
-            {
-                itemName += "x" + itemData.num;
-            }
+            // if (itemData.num > 1)
+            // {
+            //     itemName += "x" + itemData.num;
+            // }
             itemUI.m_comIcon.m_txtName.text = itemName;
             itemUI.m_c1.selectedIndex = itemCfg.rarity;
             itemUI.m_comIcon.m_c1.selectedIndex = itemCfg.rarity;