마이페이지 탭

- PG심사용 계정의 경우 캔 표시 영역 뷰 제거
This commit is contained in:
Yu Sung
2024-05-24 00:19:35 +09:00
parent 043a583985
commit 2268b0c1bc

View File

@@ -81,11 +81,13 @@ struct MyPageView: View {
}
}
if UserDefaults.int(forKey: .userId) != 17958 {
CanCardView(data: data) {
viewModel.getMypage()
}
.frame(width: screenSize().width - 26.7)
.padding(.top, 26.7)
}
if data.isAuth {
CanChargeCouponButtonView()