| | |
| | |
|
| | | private void ClickGoldHelp()
|
| | | {
|
| | | ulong haveMoney = UIHelper.GetMoneyCnt(1);
|
| | | ulong haveMoney = UIHelper.GetMoneyCnt(2);
|
| | | ConfirmCancel.ShowPopConfirm(Language.Get("Mail101"),Language.Get("DungeonAssist131",assistModel.goldAssistPlayer),
|
| | | (bool isOk)=>
|
| | | {
|
| | |
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<RechargeTipWin>();
|
| | | //WindowCenter.Instance.Open<RechargeTipWin>();
|
| | | SysNotifyMgr.Instance.ShowTip("LackMoney", 2);
|
| | | }
|
| | | }
|
| | | });
|
| | |
| | | {
|
| | | if (remainNum > 0)
|
| | | {
|
| | | ulong money = UIHelper.GetMoneyCnt(1);
|
| | | ulong money = UIHelper.GetMoneyCnt(2);
|
| | | if (money < (ulong)assistModel.refreshCostMoney)
|
| | | {
|
| | | WindowCenter.Instance.Open<RechargeTipWin>();
|
| | | //WindowCenter.Instance.Open<RechargeTipWin>();
|
| | | SysNotifyMgr.Instance.ShowTip("LackMoney", 2);
|
| | | }
|
| | | else
|
| | | {
|