| | |
| | | [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;
|
| | |
|
| | |
| | | //0 没购买进阶和玄级 1 购买了进阶没买玄级 2 购买了玄级没买进阶 3 购买了进阶和玄级
|
| | | if (buyState == 0 || buyState == 2)
|
| | | {
|
| | | zhanLingHBuyModel.ShowZhanLingHBuy(model.ZhanLingHType, 1, "ZhanLingHBuyBG2");
|
| | | zhanLingHActBuyModel.ShowZhanLingHBuy(model.ZhanLingHType, 1, model.GetValue1());
|
| | | }
|
| | | else
|
| | | {
|
| | |
| | | //0 没购买进阶和玄级 1 购买了进阶没买玄级 2 购买了玄级没买进阶 3 购买了进阶和玄级
|
| | | if (buyState == 0 || buyState == 1)
|
| | | {
|
| | | zhanLingHBuyModel.ShowZhanLingHBuy(model.ZhanLingHType, 2, "ZhanLingHBuyBG2");
|
| | | zhanLingHActBuyModel.ShowZhanLingHBuy(model.ZhanLingHType, 2, model.GetValue1());
|
| | | }
|
| | | else
|
| | | {
|