parent
043a583985
commit
2268b0c1bc
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue