function(response) {
if (response.bMap && SelType === 'q') {
setDefaultQQ(response.bMap);
} else if (response.bMap && SelType === 'a') {
setDefaultAA(response.bMap);
} else if (response.bMap && SelType === 'o') {
setDefaultOO(response.bMap);
} else if (response.mMap && SelType === 'm') {
setDefaultMM(response.mMap);
} else if (response.bMap && SelType === 'p') {
setDefaultPP(response.bMap);
} else if (response.eMap && SelType === 'e') {
setDefaultEE(response.eMap);
} else {
setDefaultData();
showModal();
}
}
良い方法は本当にありません短い形式と読みやすく
をマッピングするためにオブジェクトを使用することができますが、この質問はあなたのプロフィールを少しだけを競合しているようです。 )。 – Teemu