회사정보 변경
This commit is contained in:
@@ -37,6 +37,8 @@ class AppState: ObservableObject {
|
||||
}
|
||||
|
||||
@Published var eventPopup: EventItem? = nil
|
||||
@Published var purchasedContentId = 0
|
||||
@Published var purchasedContentOrderType = OrderType.KEEP
|
||||
|
||||
func setAppStep(step: AppStep) {
|
||||
switch step {
|
||||
|
@@ -128,5 +128,5 @@ enum AppStep {
|
||||
|
||||
case seriesContentAll(seriesId: Int, seriesTitle: String)
|
||||
|
||||
case tempCanPayment(title: String, can: Int, onSuccess: () -> Void)
|
||||
case tempCanPayment(orderType: OrderType, contentId: Int, title: String, can: Int)
|
||||
}
|
||||
|
Reference in New Issue
Block a user