Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -113,6 +113,10 @@ | ... | @@ -113,6 +113,10 @@ |
113 | } | 113 | } |
114 | }).then(function(response) { | 114 | }).then(function(response) { |
115 | character = response.data; | 115 | character = response.data; |
116 | + if(character.analysis.default.stats.major.pure == null) { | ||
117 | + M.toast({html:"메이플스토리로부터 데이터를 받아오지 못했습니다.<br><br>잠시 후에 시도해주세요."}); | ||
118 | + push('/'); | ||
119 | + } | ||
116 | isCharacterLoading = true; | 120 | isCharacterLoading = true; |
117 | }).catch(function(error) { | 121 | }).catch(function(error) { |
118 | switch(error.response.status) { | 122 | switch(error.response.status) { | ... | ... |
-
Please register or login to post a comment