캔 내역, 캔 충전 페이지 추가

This commit is contained in:
Yu Sung
2023-08-11 03:57:39 +09:00
parent c91301e658
commit cb644f745e
23 changed files with 2013 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ struct CanCardView: View {
var body: some View {
HStack(spacing: 0) {
Button(action: {}) {
Button(action: { AppState.shared.setAppStep(step: .canStatus(refresh: refresh)) }) {
HStack(spacing: 6.7) {
Text("\(data.chargeCan + data.rewardCan)")
.font(.custom(Font.bold.rawValue, size: 18.3))
@@ -29,7 +29,7 @@ struct CanCardView: View {
Spacer()
Button(action: {}) {
Button(action: { AppState.shared.setAppStep(step: .canCharge(refresh: refresh)) }) {
HStack(spacing: 7) {
Image("ic_coin_w")
.resizable()