From 22dc1d7291bfe5c68e4417ea18585e1b2f2cc89a Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 03 九月 2018 15:59:36 +0800
Subject: [PATCH] 3032【前端】宗门试练兑换界面优化
---
System/Dungeon/TrialExchangeBehaviour.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Dungeon/TrialExchangeBehaviour.cs b/System/Dungeon/TrialExchangeBehaviour.cs
index 2ddae7e..a5fa255 100644
--- a/System/Dungeon/TrialExchangeBehaviour.cs
+++ b/System/Dungeon/TrialExchangeBehaviour.cs
@@ -83,7 +83,7 @@
public void Display(int id, bool equipBetter = true, bool first = false)
{
- m_Bottom.SetSprite(first ? "SpecialExchangeBottom" : "Title_PopupWindow");
+ m_Bottom.SetSprite(first ? "XT_VIP_63" : "XT_VIP_63");
m_ContainerSpecial.gameObject.SetActive(first);
m_ContainerNormal.gameObject.SetActive(!first);
trialExchangeId = id;
--
Gitblit v1.8.0