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 // } }