少年修仙传客户端代码仓库
5761 子 【开发】【1.5】新增300级后的成长基金 / 【前端】【1.5】新增300级后的成长基金
1个文件已修改
2 ■■■ 已修改文件
System/Vip/FairyJadeInvestmentTipWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);