fix
无故事王国
2024-06-24 910e88b92778ae78f0444f5c6f6202668c3110f6
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)