캔 내역, 캔 충전 페이지 추가
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user