From c42f5edb65cec58b8fe6a617dbd5188fc0de2b16 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 01 四月 2019 10:05:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Auction/FullServiceAuctioncell.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Auction/FullServiceAuctioncell.cs b/System/Auction/FullServiceAuctioncell.cs
index bd36712..d925abc 100644
--- a/System/Auction/FullServiceAuctioncell.cs
+++ b/System/Auction/FullServiceAuctioncell.cs
@@ -60,7 +60,7 @@
float timer = 0f;
- public void GetFullServiceAuctionGUID(string guid, int index)
+ public void GetFullServiceAuctionGUID(string guid, int index, int totalCount)
{
m_NeedImage.SetActive(false);
m_ParticipateImage.SetActive(false);
@@ -85,7 +85,7 @@
auctionHelpModel.Wait = false;
}
}
- else if (index >= model.FullServiceAuctionList.Count - 3)
+ else if (index >= totalCount - 3)
{
if (inquiryIndex != 0 && auctionHelpModel.Wait && model.QueryRemaining.DownBool && !auctionHelpModel.isOpenPanel)
{
--
Gitblit v1.8.0