마이페이지
- 당겨서 새로고침 제거
This commit is contained in:
@@ -59,12 +59,7 @@ struct MyPageView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
||||||
RefreshableScrollView(
|
ScrollView(.vertical, showsIndicators: false) {
|
||||||
refreshing: $viewModel.isLoading,
|
|
||||||
action: {
|
|
||||||
viewModel.getMypage()
|
|
||||||
}
|
|
||||||
) {
|
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
if let data = viewModel.myPageResponse {
|
if let data = viewModel.myPageResponse {
|
||||||
MyInfoCardView(data: data) {
|
MyInfoCardView(data: data) {
|
||||||
|
Reference in New Issue
Block a user