diff --git a/src/web/module/maestro_upgrade.html b/src/web/module/maestro_upgrade.html index 64afb0b..a0465b2 100644 --- a/src/web/module/maestro_upgrade.html +++ b/src/web/module/maestro_upgrade.html @@ -73,6 +73,7 @@ function updateCards(accountType) { setCardConent(3, CARD_TYPE_LOWER_PRICE); setCardConent(4, CARD_TYPE_PRESENT_PRICE); setCardConent(5, CARD_TYPE_UPPER_PRICE); + break; case 5: default: @@ -100,7 +101,7 @@ function setCardConent(cardNo, cardType) { break; case CARD_TYPE_LOWER_PRICE: - $(htmlID).addClass("border-warning"); + $(htmlID).addClass("border-muted"); $(buttonID).addClass("btn-secondary disabled"); $(footerID).addClass("text-muted"); $(footerID).text("낮은 요금제"); @@ -166,7 +167,7 @@ function upgradeMaestroInfo(accountType) {