Fix: maestro experience account type = 101

This commit is contained in:
2018-08-11 11:59:35 +09:00
parent a3bbeed499
commit e2c37b52d1
9 changed files with 62 additions and 13 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ function loadMaestroInfo(maestroID) {
function updateCards(accountType) {
console.log(accountType);
switch(accountType) {
case 0:
case 100:
case 101:
$("#account_type_1").addClass("border-warning");
$("#account_type_1_btn").addClass("btn-secondary disabled");
$("#account_type_1_footer").addClass("text-danger");