Commit 26d8922c authored by yinjiacheng's avatar yinjiacheng

fix 职业标签选择完成后关闭

parent 58d7acf8
......@@ -16,6 +16,7 @@ import com.yidian.shenghuoquan.newscontent.utils.JsonUtils
import com.yidian.utils.ToastUtil
import com.yidian.xarc.xevent.XBaseEvent
import com.yidian.xarc.xevent.XEventManager
import com.yidian.xpage.XPageManager
/**
......@@ -71,6 +72,7 @@ class ChooseCareerActivity : BaseActivity<ActivityChooseCareerBinding>() {
// 回传选择的职业
val event = XBaseEvent(XEventConfig.CHOOSE_CAREER, secondCareer)
XEventService.postEvent(event)
XPageManager.pop(null)
}
}
......
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