From 108d3d2f61da49f28c8bd90dcc69c5165305d913 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 21 三月 2019 10:52:42 +0800
Subject: [PATCH] 3078 【BUG】【2.0】拍卖,拍卖记录查看异常
---
System/Auction/TransactionRecordWin.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/System/Auction/TransactionRecordWin.cs b/System/Auction/TransactionRecordWin.cs
index 8e5615a..33a6df0 100644
--- a/System/Auction/TransactionRecordWin.cs
+++ b/System/Auction/TransactionRecordWin.cs
@@ -31,8 +31,7 @@
{
m_ScrollerController.OnRefreshCell += OnRefreshGridCell;
m_ScrollerControllerType.OnRefreshCell += OnRefreshGridCellType;
- m_ScrollerController.lockType = EnhanceLockType.KeepVertical;
- AuctionInquiry.Instance.SendQueryAuctionRecord(0);//鏌ヨ鎷嶅崠璁板綍
+ m_ScrollerController.lockType = EnhanceLockType.KeepVertical;
}
protected override void AddListeners()
@@ -52,7 +51,8 @@
protected override void OnPreOpen()
{
- AuctionType = 0;
+ AuctionType = 0;
+ AuctionInquiry.Instance.SendQueryAuctionRecord(AuctionType);//鏌ヨ鎷嶅崠璁板綍
if (m_TypeTip.activeSelf)
{
m_TypeTip.SetActive(false);
--
Gitblit v1.8.0