콘텐츠 메인 탭 홈
- 왼쪽 상단 로고 제거 - 오른쪽 상단 충전 페이지 이동 아이콘 추가 - 오른쪽 상단 보관함 아이콘 제거
This commit is contained in:
parent
c71e78fc88
commit
cfcc67df96
|
@ -19,11 +19,6 @@ struct ContentMainTabHomeView: View {
|
||||||
ScrollView(.vertical, showsIndicators: false) {
|
ScrollView(.vertical, showsIndicators: false) {
|
||||||
VStack(alignment: .leading, spacing: 0) {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
HStack(spacing: 0) {
|
HStack(spacing: 0) {
|
||||||
Image("ic_launcher")
|
|
||||||
.resizable()
|
|
||||||
.frame(width: 33.3, height: 33.3)
|
|
||||||
.cornerRadius(6.7)
|
|
||||||
|
|
||||||
Text("보이스온")
|
Text("보이스온")
|
||||||
.font(.custom(Font.bold.rawValue, size: 21.3))
|
.font(.custom(Font.bold.rawValue, size: 21.3))
|
||||||
.foregroundColor(Color.white)
|
.foregroundColor(Color.white)
|
||||||
|
@ -32,9 +27,11 @@ struct ContentMainTabHomeView: View {
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
||||||
Image("ic_content_keep")
|
Image("ic_can")
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
AppState.shared.setAppStep(step: .myBox(currentTab: .orderlist))
|
AppState
|
||||||
|
.shared
|
||||||
|
.setAppStep(step: .canCharge(refresh: {}))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue