| | |
| | | return; |
| | | } |
| | | int findCnt = Math.Min(dailyModel.usableActivePoint / useActivity, maxCnt - dailyModel.ActivityPlaceInfo.RewardCount - dailyModel.ActivityPlaceInfo.PlaceCount); |
| | | ConfirmCancel.ShowPopConfirm( |
| | | Language.Get("Mail101"), |
| | | Language.Get("ActivityPlaceFinding2", findCnt * useActivity, findCnt), |
| | | (bool _ok) => |
| | | { |
| | | if (_ok) |
| | | |
| | | if (findCnt > 1) |
| | | { |
| | | ConfirmCancel.ShowPopConfirm( |
| | | Language.Get("Mail101"), |
| | | Language.Get("ActivityPlaceFinding2", findCnt * useActivity, findCnt), |
| | | (bool _ok) => |
| | | { |
| | | var send = new CB027_tagCMActivityPlaceStart(); |
| | | GameNetSystem.Instance.SendInfo(send); |
| | | if (_ok) |
| | | { |
| | | var send = new CB027_tagCMActivityPlaceStart(); |
| | | GameNetSystem.Instance.SendInfo(send); |
| | | } |
| | | } |
| | | } |
| | | ); |
| | | ); |
| | | } |
| | | else |
| | | { |
| | | var send = new CB027_tagCMActivityPlaceStart(); |
| | | GameNetSystem.Instance.SendInfo(send); |
| | | } |
| | | }); |
| | | |
| | | break; |