From 42e8278f4bfa508b6e5a4af0e3095b7ae110b9f7 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期六, 30 三月 2019 14:47:50 +0800
Subject: [PATCH] 3335 拍卖行修改
---
System/Auction/FullServiceAuctioncell.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/Auction/FullServiceAuctioncell.cs b/System/Auction/FullServiceAuctioncell.cs
index 0174a97..9a48067 100644
--- a/System/Auction/FullServiceAuctioncell.cs
+++ b/System/Auction/FullServiceAuctioncell.cs
@@ -187,6 +187,8 @@
void DisplayTime(AuctionItem auctionItem)
{
m_TimeText.text = AuctionLogicUtil.GetBiddingTimeLabel(auctionItem);
+ var colortype = AuctionLogicUtil.IsAuctionItemExtraTime(auctionItem) ? TextColType.Red : TextColType.Green;
+ m_TimeText.color = UIHelper.GetUIColor(colortype, true);
}
}
--
Gitblit v1.8.0