| | |
| | | return;
|
| | | }
|
| | | WindowCenter.Instance.Close<MainInterfaceWin>();
|
| | | if (ModelCenter.Instance.GetModel<VipModel>().vipRedpoint.state == RedPointState.Simple)
|
| | | {
|
| | | WindowCenter.Instance.Open<VipRechargeWin>(false, 0);
|
| | | }
|
| | | //else if(ModelCenter.Instance.GetModel<AddUpRechargeModel>().redpoint.state == RedPointState.Simple)
|
| | | //if (ModelCenter.Instance.GetModel<VipModel>().vipRedpoint.state == RedPointState.Simple)
|
| | | //{
|
| | | // WindowCenter.Instance.Open<VipRechargeWin>(false, 2);
|
| | | // WindowCenter.Instance.Open<VipRechargeWin>(false, 1);
|
| | | //}
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<VipRechargeWin>(false, 0);
|
| | | }
|
| | | ////else if(ModelCenter.Instance.GetModel<AddUpRechargeModel>().redpoint.state == RedPointState.Simple)
|
| | | ////{
|
| | | //// WindowCenter.Instance.Open<VipRechargeWin>(false, 2);
|
| | | ////}
|
| | | //else
|
| | | //{
|
| | | // WindowCenter.Instance.Open<VipRechargeWin>(false, 0);
|
| | | //}
|
| | | WindowCenter.Instance.Open<VipRechargeWin>(false, 1);
|
| | | }
|
| | |
|
| | | void HeadButton()
|