WanPai/Root/Home/VC/JoinMemberVC.swift
@@ -53,6 +53,9 @@ func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { if indexPath.row == 0 { if (model?.vipList.count ?? 0) > 3 { return 450 } return 295 }else if indexPath.row > 0 && indexPath.row < ((model?.vipList[selectIndex].couponList.count ?? 0) + 1) {