System/Auction/MyFocusBehavior.cs
@@ -68,7 +68,7 @@ var itemConfig = ItemConfig.Get(ItemID); if (itemConfig != null) { ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, true, (ulong)1, itemConfig.BindType); ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, true, (ulong)1); m_ItemCell.Init(cellModel); m_ItemNameTxt.text = itemConfig.ItemName; }