少年修仙传客户端代码仓库
hch
2025-03-03 a35331c055ebbbd3bb1860a17e4cae76dbbf5dab
System/Auction/TransactionRecordWin.cs
@@ -199,7 +199,7 @@
            });
            textName.text = UIHelper.GetItemName(itemConfig.ID, true);
            textName.color = UIHelper.GetUIColor(itemConfig.ItemColor, true);
            timeText.text = item.putAwayTime.ToString("dd-MM-yyyy HH:mm:ss");
            timeText.text = item.putAwayTime.ToString("yyyy-MM-dd HH:mm:ss");
        }
        private void OnCreateGridTypeCell(ScrollerController gridCtrl)