feat: fix issues
This commit is contained in:
@@ -26,7 +26,7 @@ class HbQueryListViewModel : BasePageViewModel() {
|
||||
val serviceType = MutableLiveData("")
|
||||
|
||||
val addressTypeList = MutableLiveData(listOf(KeyValue("全部", ""))).apply {
|
||||
DictUtils.getAreaTypeList {
|
||||
DictUtils.getCountryTypeList {
|
||||
value = it
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user