마이페이지 탭

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

View File

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