少年修仙传客户端代码仓库
hch
2024-12-12 e3f6cf48a8612c556369a0cbdca9251d112dc8d0
0312 0.1折显示优化 - 充值仙玉界面
26个文件已修改
57 ■■■■ 已修改文件
LogicProject/System/Buy1Free5/Buy1Free5Cell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Recharge/CelestialStarTowerWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Recharge/DailySpecialsWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Recharge/FuncSysPrivilegeWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Recharge/GuBaoTotalStarsWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Recharge/LimitedTimeLuxuryGiftWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Recharge/LvZhanlingWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Recharge/NewGuyGiftWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Recharge/RealmLVZhanlingWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/TongTianLing/TTLBattlePassWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/BlessedLand/BlessedLandCornucopiaWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/CustomizedGift/CustomizedGiftCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/ExclusiveBenefit/ExclusiveBenefitWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/LoopAct/FairyAffinity/FairyAffinityLoginActWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/LoopAct/FairyAffinity/FairyAffinityMissionActWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/LoopAct/FairyAffinity/FairyAffinityRechargeGiftActCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/LoopAct/FairyAffinity/FairyAffinityZhanLingWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/RankAction/RechargeGiftActCell.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/FirstRechargeWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/RechargeBehaviour.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/RechargeBoxWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/SupremeRechargeWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/VipInvest/MonthWeekInvestWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Welfare/CZBMCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Welfare/SuccessBattlePassWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/ZhanLingH/ZhanLingHBuyWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LogicProject/System/Buy1Free5/Buy1Free5Cell.cs
@@ -24,7 +24,7 @@
            items.Add(proxy.GetWidgtEx<ItemCell>("ItemCell" + i));
        }
        var obj = buyBtn.FindComponent("TextEx", "Txt_orgPrice");
        var obj = buyBtn.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
LogicProject/System/Recharge/CelestialStarTowerWin.cs
@@ -27,7 +27,7 @@
        btnBuy = proxy.GetWidgtEx<ButtonEx>("btnBuy");
        imgBuy = proxy.GetWidgtEx<ImageEx>("imgBuy");
        var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
        var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
LogicProject/System/Recharge/DailySpecialsWin.cs
@@ -51,7 +51,7 @@
            }
            else
            {
                var obj1 = btnBuyList[i].FindComponent("TextEx", "Txt_orgPrice");
                var obj1 = btnBuyList[i].FindComponent("Text", "Txt_orgPrice");
                if (obj1 != null)
                    orgPriceList.Add(obj1 as TextEx);
            }
@@ -68,7 +68,7 @@
            showLineList.Add(showItemImgList);
        }
        var obj = btnAllBuy.FindComponent("TextEx", "Txt_orgPrice");
        var obj = btnAllBuy.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgAllPrice = obj as TextEx;
    }
LogicProject/System/Recharge/FuncSysPrivilegeWin.cs
@@ -54,7 +54,7 @@
        Money = proxy.GetWidgtEx<Text>("Money");
        moneyOnSale = proxy.GetWidgtEx<Text>("moneyOnSale");
        var obj = Buy.FindComponent("TextEx", "Txt_orgPrice");
        var obj = Buy.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
LogicProject/System/Recharge/GuBaoTotalStarsWin.cs
@@ -26,7 +26,7 @@
        btnBuy = proxy.GetWidgtEx<ButtonEx>("btnBuy");
        imgBuy = proxy.GetWidgtEx<ImageEx>("imgBuy");
        var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
        var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
LogicProject/System/Recharge/LimitedTimeLuxuryGiftWin.cs
@@ -35,7 +35,7 @@
        imgBuyNow = proxy.GetWidgtEx<ImageEx>("imgBuyNow");
        imgTimeOutNow = proxy.GetWidgtEx<ImageEx>("imgTimeOutNow");
        var obj = btnBuyNow.FindComponent("TextEx", "Txt_orgPrice");
        var obj = btnBuyNow.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
LogicProject/System/Recharge/LvZhanlingWin.cs
@@ -26,7 +26,7 @@
        btnClose = proxy.GetWidgtEx<ButtonEx>("btnClose");
        btnBuy = proxy.GetWidgtEx<ButtonEx>("btnBuy");
        imgBuy = proxy.GetWidgtEx<ImageEx>("imgBuy");
        var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
        var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
LogicProject/System/Recharge/NewGuyGiftWin.cs
@@ -42,7 +42,7 @@
        title = proxy.GetWidgtEx<Text>("title");
        timeText = proxy.GetWidgtEx<Text>("time");
        saleInfo = proxy.GetWidgtEx<Text>("saleinfo");
        var obj = Btn_Buy.FindComponent("TextEx", "Txt_orgPrice");
        var obj = Btn_Buy.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
LogicProject/System/Recharge/RealmLVZhanlingWin.cs
@@ -26,7 +26,7 @@
        btnBuy = proxy.GetWidgtEx<ButtonEx>("btnBuy");
        imgBuy = proxy.GetWidgtEx<ImageEx>("imgBuy");
        var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
        var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
LogicProject/System/TongTianLing/TTLBattlePassWin.cs
@@ -62,7 +62,7 @@
        ttlbpcell = proxy.GetWidgtEx<Transform>("ttlbpcell");
        scoreLimit = proxy.GetWidgtEx<Text>("scoreLimit");
        var obj = buyTTL.FindComponent("TextEx", "Txt_orgPrice");
        var obj = buyTTL.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }
System/BlessedLand/BlessedLandCornucopiaWin.cs
@@ -24,7 +24,7 @@
        protected override void BindController()
        {
            var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
            var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/CustomizedGift/CustomizedGiftCell.cs
@@ -113,7 +113,7 @@
                vipModel.TryGetOrderInfo(ctgID, out orderConfig);
                priceText.text = Language.Get("PayMoneyNum", UIHelper.GetMoneyFormat(orderConfig.PayRMBNum));
                var obj = buyBtn.FindComponent("TextEx", "Txt_orgPrice");
                var obj = buyBtn.FindComponent("Text", "Txt_orgPrice");
                if (obj != null)
                    orgPrice = obj as TextEx;
System/ExclusiveBenefit/ExclusiveBenefitWin.cs
@@ -22,7 +22,7 @@
        PackModel packModel { get { return ModelCenter.Instance.GetModelEx<PackModel>(); } }
        protected override void BindController()
        {
            var obj = buyBtn.FindComponent("TextEx", "Txt_orgPrice");
            var obj = buyBtn.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/LoopAct/FairyAffinity/FairyAffinityLoginActWin.cs
@@ -26,7 +26,7 @@
        protected override void BindController()
        {
            var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
            var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/LoopAct/FairyAffinity/FairyAffinityMissionActWin.cs
@@ -32,7 +32,7 @@
        protected override void BindController()
        {
            var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
            var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/LoopAct/FairyAffinity/FairyAffinityRechargeGiftActCell.cs
@@ -97,7 +97,7 @@
            imgProfitRatio.SetActive(orderConfig != null);
            priceText.text = Language.Get("PayMoneyNum", UIHelper.GetMoneyFormat(orderConfig.PayRMBNum));
            var obj = buyBtn.FindComponent("TextEx", "Txt_orgPrice");
            var obj = buyBtn.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
            if (orgPrice != null)
System/LoopAct/FairyAffinity/FairyAffinityZhanLingWin.cs
@@ -29,7 +29,7 @@
        protected override void BindController()
        {
            var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
            var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/RankAction/RechargeGiftActCell.cs
@@ -104,7 +104,7 @@
            vipModel.TryGetOrderInfo(ctgID, out orderConfig);
            priceText.text = Language.Get("PayMoneyNum", UIHelper.GetMoneyFormat(orderConfig.PayRMBNum));
            var obj = buyBtn.FindComponent("TextEx", "Txt_orgPrice");
            var obj = buyBtn.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
            if (orgPrice != null)
@@ -155,7 +155,7 @@
            priceText.text = isFree ? Language.Get("AloneFree") : Language.Get("ItemOverdue105", storeConfig.MoneyNumber);
            var obj = buyBtn.FindComponent("TextEx", "Txt_orgPrice");
            var obj = buyBtn.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
            if (orgPrice != null)
System/Vip/FirstRechargeWin.cs
@@ -42,7 +42,7 @@
        #region Built-in
        protected override void BindController()
        {
            var obj = m_RechargeBtn.FindComponent("TextEx", "Txt_orgPrice");
            var obj = m_RechargeBtn.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/Vip/RechargeBehaviour.cs
@@ -19,6 +19,7 @@
        [SerializeField] Image m_BuyComplete;
        [SerializeField] Image m_FirstBuy;
        [SerializeField] Image m_FisrtRechargeSign;
        [SerializeField] TextEx orgPrice;
        VipModel m_Model;
        VipModel model
@@ -52,6 +53,8 @@
            chargeId = _id;
            m_ChargeIcon.SetSprite(config.Icon);
            m_PriceValue.text = Language.Get("PayMoneyNumEx", UIHelper.GetMoneyFormat(model.GetPayRmb(config.RecordID)));
            orgPrice.text = Language.Get("PayMoneyNum", UIHelper.GetMoneyFormat(model.GetOrgPayRmb(config.RecordID)));
            if (m_GetGoldValue != null)
            {
                m_GetGoldValue.SetActive(config.GainGold > 0);
System/Vip/RechargeBoxWin.cs
@@ -31,7 +31,7 @@
        #region Built-in
        protected override void BindController()
        {
            var obj = m_RechargeBtn.FindComponent("TextEx", "Txt_orgPrice");
            var obj = m_RechargeBtn.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/Vip/SupremeRechargeWin.cs
@@ -41,7 +41,7 @@
        #region Built-in
        protected override void BindController()
        {
            var obj = m_RechargeBtn.FindComponent("TextEx", "Txt_orgPrice");
            var obj = m_RechargeBtn.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/Vip/VipInvest/MonthWeekInvestWin.cs
@@ -32,7 +32,7 @@
        #region Built-in
        protected override void BindController()
        {
            var obj = m_Invest.FindComponent("TextEx", "Txt_orgPrice");
            var obj = m_Invest.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/Welfare/CZBMCell.cs
@@ -33,7 +33,7 @@
                {
                    m_BtnTxt.text = Language.Get("PriceBuy", UIHelper.GetMoneyFormat(orderInfoConfig.PayRMBNum));
                    var obj = m_GetBtn.FindComponent("TextEx", "Txt_orgPrice");
                    var obj = m_GetBtn.FindComponent("Text", "Txt_orgPrice");
                    if (obj != null)
                        orgPrice = obj as TextEx;
System/Welfare/SuccessBattlePassWin.cs
@@ -27,7 +27,7 @@
        #region Built-in
        protected override void BindController()
        {
            var obj = m_BuyBattelPass.FindComponent("TextEx", "Txt_orgPrice");
            var obj = m_BuyBattelPass.FindComponent("Text", "Txt_orgPrice");
            if (obj != null)
                orgPrice = obj as TextEx;
        }
System/ZhanLingH/ZhanLingHBuyWin.cs
@@ -18,7 +18,7 @@
    protected override void BindController()
    {
        var obj = btnBuy.FindComponent("TextEx", "Txt_orgPrice");
        var obj = btnBuy.FindComponent("Text", "Txt_orgPrice");
        if (obj != null)
            orgPrice = obj as TextEx;
    }