| | |
| | | LogicMethod.CurrLogicMethod.RemoveAllView(); |
| | | MainView.MainShow(); |
| | | } |
| | | else if (responsePackNew != null && responsePackNew.Code == "14005") |
| | | { |
| | | new LogicView.TipPopView().FlashingBox(Language.StringByID(StringId.gatewayNotOnline)); |
| | | } |
| | | else |
| | | { |
| | | new LogicView.TipPopView().FlashingBox(Language.StringByID(StringId.saveFail)); |
| | | if (responsePackNew != null) |
| | | { |
| | | new LogicView.TipPopView().FlashingBox(responsePackNew.message); |
| | | } |
| | | |
| | | } |
| | | }); |
| | | } |
| | |
| | | LogicMethod.CurrLogicMethod.RemoveAllView(); |
| | | MainView.MainShow(); |
| | | } |
| | | else if (responsePackNew != null && responsePackNew.Code == "14005") |
| | | { |
| | | new LogicView.TipPopView().FlashingBox(Language.StringByID(StringId.gatewayNotOnline)); |
| | | } |
| | | else |
| | | { |
| | | new LogicView.TipPopView().FlashingBox(Language.StringByID(StringId.saveFail)); |
| | | if (responsePackNew != null) |
| | | { |
| | | new LogicView.TipPopView().FlashingBox(responsePackNew.message); |
| | | } |
| | | |
| | | } |
| | | |
| | | }); |
| | | } |
| | | |