parent
043a583985
commit
2268b0c1bc
|
@ -81,11 +81,13 @@ struct MyPageView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CanCardView(data: data) {
|
if UserDefaults.int(forKey: .userId) != 17958 {
|
||||||
viewModel.getMypage()
|
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 {
|
if data.isAuth {
|
||||||
CanChargeCouponButtonView()
|
CanChargeCouponButtonView()
|
||||||
|
|
Loading…
Reference in New Issue