Commit 40f6b7de authored by yinjiacheng's avatar yinjiacheng

update C端从开店赚钱进入管理中心直接跳转认证首页

parent 5c090368
......@@ -388,6 +388,15 @@ class MerchantCenterActivity : BaseActivity<ActivityMerchantCenterBinding>(), Me
StorageUtil.putLifeAccountId(lifeAccountResult[0].life_account_id)
// 刷新数据
configResult?.data?.let { refreshMerchantCenterData(lifeAccountResult[0], it) }
// C端开店赚钱直接跳转认证首页
if (JudgeClientUtils.judgeClient(packageName) == ClientType.MERCHANT_C) {
XPageManager.push(
XRouterPathConstants.LIFE_ACCOUNT_AUTH,
hashMapOf(
IntentConstants.KEY_EXTRA_LIFE_ACCOUNT_ID to curLifeAccount?.life_account_id
)
)
}
return
}
lifeAccountResult?.forEach {
......
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