Commit cb213351 by han xu

添加接单失败toast

parent 07552cee
......@@ -90,6 +90,8 @@ public class ReceivingPresenter extends ReceivingContract.Presenter {
mView.showNoCashDialog(responeThrowable.message);
} else if ("ORDER0046".equals(responeThrowable.subCode)) {
mView.showStudyDialog(responeThrowable.message);
} else {
mView.showToast(responeThrowable.message);
}
}));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment