From f2e891eecfac25bf6aed38c8eadfdf05704b16b6 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 20 六月 2024 18:48:39 +0800 Subject: [PATCH] fix --- DolphinEnglishLearnStudent/Moudle/Me/VC/AddressManageVC.swift | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/DolphinEnglishLearnStudent/Moudle/Me/VC/AddressManageVC.swift b/DolphinEnglishLearnStudent/Moudle/Me/VC/AddressManageVC.swift index aa39351..f688d40 100644 --- a/DolphinEnglishLearnStudent/Moudle/Me/VC/AddressManageVC.swift +++ b/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() - } } } -- Gitblit v1.7.1