From 2eb34936ad3a49d27eb80ebcd47a9e218d1d42ba Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 15 一月 2019 19:14:06 +0800
Subject: [PATCH] 5761 子 【开发】【1.5】新增300级后的成长基金 / 【前端】【1.5】新增300级后的成长基金

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

diff --git a/System/Vip/FairyJadeInvestmentTipWin.cs b/System/Vip/FairyJadeInvestmentTipWin.cs
index 3cf5104..cecc634 100644
--- a/System/Vip/FairyJadeInvestmentTipWin.cs
+++ b/System/Vip/FairyJadeInvestmentTipWin.cs
@@ -46,7 +46,7 @@
             m_Text_3.text = VipInvestModel.GetInvestGold(3,2).ToString();
             m_Text_4.text = VipInvestModel.GetInvestGold(3, 3).ToString();
             m_AmountOfChoice_2.gameObject.SetActive(true);
-            int InvestGold = fairyJadeInvestmentModel.GetInvestGoldItem();
+            int InvestGold = fairyJadeInvestmentModel.GetInvestGold();
             if (InvestGold >= VipInvestModel.GetInvestGold(3,0))
             {
                 m_AmountOfChoice_1.gameObject.SetActive(false);

--
Gitblit v1.8.0