From c0fdb9f4554e12a814c8e27263cbde0643b0f7e2 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 13 六月 2019 16:55:15 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Auction/AuctionNewGetBehaviour.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/System/Auction/AuctionNewGetBehaviour.cs b/System/Auction/AuctionNewGetBehaviour.cs
index f078b21..4bf05f9 100644
--- a/System/Auction/AuctionNewGetBehaviour.cs
+++ b/System/Auction/AuctionNewGetBehaviour.cs
@@ -29,6 +29,7 @@
{
this.gameObject.SetActive(true);
m_Auction.Init(item);
+ m_Auction.button.SetListener(() => { ItemTipUtility.Show(this.guid); });
m_AuctionName.text = item.config.ItemName;
m_AuctionName.color = UIHelper.GetUIColor(item.config.ItemColor, true);
}
--
Gitblit v1.8.0