마이페이지 탭
- PG심사용 계정의 경우 캔 표시 영역 뷰 제거
This commit is contained in:
@@ -81,11 +81,13 @@ struct MyPageView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if UserDefaults.int(forKey: .userId) != 17958 {
|
||||||
CanCardView(data: data) {
|
CanCardView(data: data) {
|
||||||
viewModel.getMypage()
|
viewModel.getMypage()
|
||||||
}
|
}
|
||||||
.frame(width: screenSize().width - 26.7)
|
.frame(width: screenSize().width - 26.7)
|
||||||
.padding(.top, 26.7)
|
.padding(.top, 26.7)
|
||||||
|
}
|
||||||
|
|
||||||
if data.isAuth {
|
if data.isAuth {
|
||||||
CanChargeCouponButtonView()
|
CanChargeCouponButtonView()
|
||||||
|
Reference in New Issue
Block a user