Commit 7d2a3bb1 authored by yinjiacheng's avatar yinjiacheng

update C端管理中心审核中状态发布商品和商品管理可用

parent 500ce91d
...@@ -231,9 +231,11 @@ object ManagerCenterConfig { ...@@ -231,9 +231,11 @@ object ManagerCenterConfig {
} }
LifeAccountManager.LifeAccountTag.LIFE_ACCOUNT_TAG_AUDIT_UNDER -> { LifeAccountManager.LifeAccountTag.LIFE_ACCOUNT_TAG_AUDIT_UNDER -> {
// 审核中 // 审核中
// 我要发布-招聘 其他服务-职位管理 其他服务-认证管理 // 我要发布-商品 我要发布-招聘 其他服务-商品管理 其他服务-职位管理 其他服务-认证管理
return arrayListOf( return arrayListOf(
data[0].functions[0].functionId,
data[0].functions[1].functionId, data[0].functions[1].functionId,
data[2].functions[0].functionId,
data[2].functions[1].functionId, data[2].functions[1].functionId,
data[2].functions[4].functionId data[2].functions[4].functionId
) )
......
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