无故事王国
2024-07-02 655a0215e597e3c46834d9d8a609bab729a1816f
DolphinEnglishLearnStudent/Moudle/Me/VC/AddressManageVC.swift
@@ -126,6 +126,8 @@
                        cell.img_more.isHidden = addressManageType != .choose
                        cell.btn_default.isHidden = addressManageType == .choose
                        cell.layoutSubviews()
                        return cell
            }
@@ -133,7 +135,7 @@
                        return viewModel.dataSource.value.count
            }
            func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                        return 78
            }
//            func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
//                        return 78
//            }
}