Commit 167ef006 authored by yinjiacheng's avatar yinjiacheng

update 选择自提点页自提点列表接口请求时机

parent 2cf64afd
......@@ -49,6 +49,10 @@ class SelectPickupPointActivity : BaseMvvmActivity<BorderActivitySelectPickupPoi
initRecyclerView()
initSmartRefresh()
registerUIEvent()
}
override fun onResume() {
super.onResume()
requestPickupPoint(SelectPickupPointViewModel.LoadType.SEARCH)
}
......
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