Commit 1089c760 authored by yinjiacheng's avatar yinjiacheng

update 商户管理中心认证升级提示判断

parent de91bdd0
......@@ -101,8 +101,8 @@ class MerchantCenterActivity : BaseActivity<ActivityMerchantCenterBinding>(),
ApiService.getConfigList(this)
// 判断是否提示升级企业认证或提示认证驳回
if (curLifeAccount.life_account_type == Constant.TYPE_LIFE_ACCOUNT_PERSONAL) {
// 当前是个人生活号 提示升级
if (curLifeAccount.life_account_type == Constant.TYPE_LIFE_ACCOUNT_PERSONAL && curLifeAccount.enterprise_audit_status == 0) {
// 当前是个人生活号并且不是企业认证审核中 提示升级
MerchantCenterBottomHintDialog(
this,
MerchantCenterBottomHintDialog.TYPE_AUTH_UPGRADE, this
......
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