feat: 포인트 내역 UI 추가
This commit is contained in:
		@@ -124,14 +124,23 @@ struct MyPageView: View {
 | 
			
		||||
                                            .frame(width: screenSize().width - 26.7)
 | 
			
		||||
                                            .padding(.top, 26.7)
 | 
			
		||||
                                            
 | 
			
		||||
                                            HStack(spacing: 6.7) {
 | 
			
		||||
                                                Text("\(data.point)")
 | 
			
		||||
                                                    .font(.custom(Font.bold.rawValue, size: 18.3))
 | 
			
		||||
                                                    .foregroundColor(.grayee)
 | 
			
		||||
                                                
 | 
			
		||||
                                                Image("ic_point")
 | 
			
		||||
                                                    .resizable()
 | 
			
		||||
                                                    .frame(width: 20, height: 20)
 | 
			
		||||
                                            HStack {
 | 
			
		||||
                                                HStack(spacing: 6.7) {
 | 
			
		||||
                                                    Text("\(data.point)")
 | 
			
		||||
                                                        .font(.custom(Font.bold.rawValue, size: 18.3))
 | 
			
		||||
                                                        .foregroundColor(.grayee)
 | 
			
		||||
                                                    
 | 
			
		||||
                                                    Image("ic_point")
 | 
			
		||||
                                                        .resizable()
 | 
			
		||||
                                                        .frame(width: 20, height: 20)
 | 
			
		||||
                                                    
 | 
			
		||||
                                                    Image("ic_forward")
 | 
			
		||||
                                                        .resizable()
 | 
			
		||||
                                                        .frame(width: 20, height: 20)
 | 
			
		||||
                                                }
 | 
			
		||||
                                                .onTapGesture {
 | 
			
		||||
                                                    AppState.shared.setAppStep(step: .pointStatus(refresh: { viewModel.getMypage() }))
 | 
			
		||||
                                                }
 | 
			
		||||
                                                
 | 
			
		||||
                                                Spacer()
 | 
			
		||||
                                            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user