少年修仙传客户端代码仓库
client_Zxw
2019-03-27 02f5127d838cfd1bff21fe7f93892f70c7a42845
3153 【BUG】【2.0】拍卖,没显示数量
1个文件已修改
2 ■■■ 已修改文件
System/Auction/TransactionRecordWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Auction/TransactionRecordWin.cs
@@ -121,7 +121,7 @@
            Text textName = cell.transform.Find("ItemName").GetComponent<Text>();
            RichText transactionStatusText = cell.transform.Find("TransactionStatusText").GetComponent<RichText>();
            Text timeText = cell.transform.Find("TimeText").GetComponent<Text>();
            ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, true, (ulong)1);
            ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, true, (ulong)auctionRecord.ItemCount);
            GameObject SuccessfulBiddingObj = cell.transform.Find("SuccessfulBiddingObj").gameObject;//竞拍成功(竞拍成功)
            TextEx SuccessfulBiddingText = cell.transform.Find("SuccessfulBiddingObj/SuccessfulBiddingText").GetComponent<TextEx>();