From d0d289d502fe85e9bb597ced1b41c73b8bc75889 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 14 三月 2019 10:41:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Auction/TransactionRecordWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Auction/TransactionRecordWin.cs b/System/Auction/TransactionRecordWin.cs
index 85609f8..117ba43 100644
--- a/System/Auction/TransactionRecordWin.cs
+++ b/System/Auction/TransactionRecordWin.cs
@@ -114,7 +114,7 @@
             Text textName = cell.transform.Find("ItemName").GetComponent<Text>();
             Text transactionStatusText = cell.transform.Find("TransactionStatusText").GetComponent<Text>();
             Text timeText = cell.transform.Find("TimeText").GetComponent<Text>();
-            ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, true, (ulong)1, itemConfig.BindType);
+            ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, true, (ulong)1);
 
             GameObject SuccessfulBiddingObj = cell.transform.Find("SuccessfulBiddingObj").gameObject;//绔炴媿鎴愬姛(绔炴媿鎴愬姛)
             Text SuccessfulBiddingText= cell.transform.Find("SuccessfulBiddingObj/SuccessfulBiddingText").GetComponent<Text>();

--
Gitblit v1.8.0