少年修仙传客户端代码仓库
lcy
2025-02-13 3d867f8c183b418caa63af0e0bc609dc13f2c346
10360 仙匠大会战令修复点击锁定的物品跳转旧界面bug
1个文件已修改
5 ■■■■■ 已修改文件
System/LianQi/LianQiZhanLingCell.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/LianQi/LianQiZhanLingCell.cs
@@ -26,6 +26,7 @@
        [SerializeField] List<RotationTween> paidItemCellTweenList = new List<RotationTween>();
        [SerializeField] List<RotationTween> paidItemCellTweenHList = new List<RotationTween>();
        LianQiZhanLingModel model { get { return ModelCenter.Instance.GetModel<LianQiZhanLingModel>(); } }
        ZhanLingHActBuyModel zhanLingHActBuyModel { get { return ModelCenter.Instance.GetModel<ZhanLingHActBuyModel>(); } }
        ZhanLingHBuyModel zhanLingHBuyModel { get { return ModelCenter.Instance.GetModel<ZhanLingHBuyModel>(); } }
        int curValue = 0;
@@ -137,7 +138,7 @@
                    //0 没购买进阶和玄级 1 购买了进阶没买玄级 2 购买了玄级没买进阶 3 购买了进阶和玄级
                    if (buyState == 0 || buyState == 2)
                    {
                        zhanLingHBuyModel.ShowZhanLingHBuy(model.ZhanLingHType, 1, "ZhanLingHBuyBG2");
                        zhanLingHActBuyModel.ShowZhanLingHBuy(model.ZhanLingHType, 1, model.GetValue1());
                    }
                    else
                    {
@@ -163,7 +164,7 @@
                    //0 没购买进阶和玄级 1 购买了进阶没买玄级 2 购买了玄级没买进阶 3 购买了进阶和玄级
                    if (buyState == 0 || buyState == 1)
                    {
                        zhanLingHBuyModel.ShowZhanLingHBuy(model.ZhanLingHType, 2, "ZhanLingHBuyBG2");
                        zhanLingHActBuyModel.ShowZhanLingHBuy(model.ZhanLingHType, 2, model.GetValue1());
                    }
                    else
                    {