少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-18 1868bc632a9134b6891d4fc5f427e3f280b9e973
System/Vip/RechargeWin.cs
@@ -91,7 +91,7 @@
                var config = Config.Instance.Get<CTGConfig>(x);
                return config != null && config.PayType == 3;
            });
            m_SpecialRechargeBtn.gameObject.SetActive(_specialIndex != -1 && PlayerDatas.Instance.baseData.VIPLv >= GeneralConfig.Instance.supremeRechargeVipLv);
            m_SpecialRechargeBtn.gameObject.SetActive(_specialIndex != -1 && PlayerDatas.Instance.baseData.VIPLv >= GeneralDefine.supremeRechargeVipLv);
        }
        private void SpecialRecharge()