Ver Fonte

提示优化

詹子聪 há 5 anos atrás
pai
commit
f483d93a1f

+ 1 - 1
app/src/main/java/com/miekir/eden/ui/mine/login/LoginPresenter.java

@@ -87,7 +87,7 @@ public class LoginPresenter extends BasePresenter<ILoginView> {
                     public void onFailure(int code, Throwable e, String errMsg) {
                         if (getView() != null) {
                             // 获取区域信息失败
-                            getView().onLoginResult(null, EdenError.REGION_GET_FAILED);
+                            getView().onLoginResult(null, EdenError.REGION_INVALID);
                         }
                     }
                 });