Commit db9b8242 authored by yinjiacheng's avatar yinjiacheng

fix SHQBD-240 企业员工角色下认证驳回状态下商户管理中心不展示底部浮窗

parent 9a690dfe
......@@ -160,7 +160,7 @@ class MerchantCenterActivity : BaseActivity<ActivityMerchantCenterBinding>(),
MerchantCenterBottomHintDialog.TYPE_AUTH_UPGRADE, this
).show()
}
if (data.enterprise_audit_status == Constant.STATUS_AUDIT_REJECT) {
if (data.enterprise_audit_status == Constant.STATUS_AUDIT_REJECT && data.role_type != Constant.TYPE_ROLE_ORDINARY) {
// 当前企业认证驳回 提示修改
MerchantCenterBottomHintDialog(
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