fix
无故事王国
2024-06-20 f2e891eecfac25bf6aed38c8eadfdf05704b16b6
DolphinEnglishLearnStudent/Moudle/Me/VC/AddressManageVC.swift
@@ -65,7 +65,7 @@
                        }
                        tableView = UITableView(frame: .zero, style: .plain)
                        tableView = UITableView(frame: .zero, style: .grouped)
                        tableView.delegate = self
                        tableView.dataSource = self
                        tableView.backgroundColor = .clear
@@ -105,11 +105,9 @@
extension AddressManageVC:UITableViewDelegate{
            func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                        if addressManageType == .choose{
                                    let model = viewModel.dataSource.value[indexPath.row]
                                    clouse?(model)
                                    self.navigationController?.popViewController()
                        }
            }
}