Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오윤석
/
maplespec.ga
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2020-06-23 03:20:34 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
61f7322a27e566872d3be5f25fe55031fa22a16d
61f7322a
2 parents
849492b0
4964d9dd
Merge branch 'hotfix' into release
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
app/web/src/routes/Character.svelte
app/web/src/routes/Character.svelte
View file @
61f7322
...
...
@@ -113,6 +113,10 @@
}
}).then(function(response) {
character = response.data;
if(character.analysis.default.stats.major.pure == null) {
M.toast({html:"메이플스토리로부터 데이터를 받아오지 못했습니다.<br><br>잠시 후에 시도해주세요."});
push('/');
}
isCharacterLoading = true;
}).catch(function(error) {
switch(error.response.status) {
...
...
Please
register
or
login
to post a comment