|
|
@@ -663,6 +663,12 @@ public class MissionPresenter implements IMissionPresenter, OnHttpResultListener
|
|
|
loadMissionByDB();
|
|
|
} else if (what == SUBMIT) {
|
|
|
|
|
|
+ } else if (what == SIGNIN_MISSION) {
|
|
|
+ submiting = false;
|
|
|
+ String showMessage = StringUtil.getChinese(message);
|
|
|
+ if (iMission != null) iMission.dimssLoading();
|
|
|
+ if (StringUtil.isEmpty(showMessage)) return;
|
|
|
+ if (iMission != null) iMission.showToast(showMessage, R.color.load_error);
|
|
|
} else {
|
|
|
String showMessage = StringUtil.getChinese(message);
|
|
|
if (iMission != null) iMission.dimssLoading();
|