Commit a9600f90 by 刘鹏

feat: 咨询页弹窗接口报错信息不提示

parent 7ede3300
......@@ -288,11 +288,8 @@ class ExpertSearchPresenter : SimplePresenter<IExpertSearchView>() {
.compose(RxUtils.resultJavaData())
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe({ resp ->
.subscribe { resp ->
mView.showPromptPayment(resp)
}, { t ->
HttpErrorUtils.handleError(BaseApp.getApp(), t)
mView.fetchFailed(t.message)
})
}
}
}
\ No newline at end of file
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 to comment