From 0752b05b3dcf081d1eaeaf333f5afcd704e7143e Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 11 三月 2019 11:52:14 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Auction/FullServiceAuctioncell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Auction/FullServiceAuctioncell.cs b/System/Auction/FullServiceAuctioncell.cs
index 32cb8d9..49de428 100644
--- a/System/Auction/FullServiceAuctioncell.cs
+++ b/System/Auction/FullServiceAuctioncell.cs
@@ -116,7 +116,7 @@
{
needJade = fullServiceAuction.BidderPrice + auctionItem.BiddingAdd;
}
- m_JadeNumber.text = needJade.ToString();
+ m_JadeNumber.text = fullServiceAuction.BidderPrice.ToString();
m_JadeNumber1.text = auctionItem.BuyoutPrice.ToString();
if (auctionItem.BuyoutPrice == 0)
{
--
Gitblit v1.8.0