Commit d48831cc by han xu

成功后提示

parent 547da381
......@@ -5,8 +5,8 @@ buildscript {
ext.build_tools_version = "29.0.2"
ext.min_sdk_version = 21
ext.target_sdk_version = 30
ext.version_code = 320
ext.verson_name = "3.2.0"
ext.version_code = 322
ext.verson_name = "3.2.2"
ext.gradle_version = '4.0.1'
ext.isReleaseMinify = false
ext.isDebugMinify = false
......
......@@ -315,7 +315,10 @@ public class BusinessDetailActivity extends BaseActivity<BusinessDetailPresenter
Api.getService(UserService2.class).finishedStudyApply(finishedStudyData).compose(Api.applySchedulers())
.subscribe(mPresenter.baseObserver(data -> {
//TODO 认证成功:刷新按钮 ( 变为商家已认证)
if (data){
mBind.btnCommit.setText("商家认证申请中");
mBind.btnCommit.setBackgroundResource(R.drawable.btn_green_commom);
}
}));
}
......
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