From cefa1f71c7192350e7a0e89ed8ae69bf08c2c009 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 01 四月 2019 19:42:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Auction/AuctionModel.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/Auction/AuctionModel.cs b/System/Auction/AuctionModel.cs
index de62fc7..97f157a 100644
--- a/System/Auction/AuctionModel.cs
+++ b/System/Auction/AuctionModel.cs
@@ -38,6 +38,7 @@
public bool isLocationQuery { get; set; }
public string locationGuid { get; set; }
public bool isServerPrepare { get; private set; }
+ public bool isQueryFront { get; set; }
public event Action myAuctionRefresh;
public event Action serverAuctionRefresh;//鍏ㄦ湇鎷嶅搧鏁版嵁璇锋眰
@@ -379,6 +380,10 @@
{
QueryRemaining.UpBool = package.QueryRemainlCount != 0;
m_ServerAuctionItemGuids.InsertRange(0, fullServiceAuctionList);
+ if (WindowCenter.Instance.IsOpen<FullServiceAuctionWin>())
+ {
+ isQueryFront = true;
+ }
}
else if (package.QueryDir == 3)//瀹氫綅鏌ヨ
{
--
Gitblit v1.8.0