r
2025-08-29 24182a847205ad81c759a0d173cc0e12fcd5a149
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) {