DolphinEnglishLearnStudent/Moudle/Me/VC/AddressManageHandleVC.swift
@@ -113,7 +113,7 @@ func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool { view.endEditing(true) CityAddressPickerView.show(title: "选择省市区") {[weak self] province, city, country in CityAddressPickerView.show(title: "所在城市") {[weak self] province, city, country in self?.viewModel.provinceModel.accept(province) self?.viewModel.cityModel.accept(city) self?.viewModel.countryModel.accept(country)