Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박찬수
2022-06-09 13:53:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
01ca4ddab653e7f02c601035977290bc1c97f786
01ca4dda
1 parent
ba883da3
팀 정보 오류 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
reply.js
reply.js
View file @
01ca4dd
...
...
@@ -122,7 +122,7 @@ function SelectAPI(eventObj, commingMsg){
SelectLeagueInfo
(
eventObj
,
tryParse
.
int
(
commingMsg
));
}
else
if
(
step
==
2
&&
!
isLeagueInfo
){
SelectTeamInfo
(
tryParse
.
int
(
commingMsg
));
SelectTeamInfo
(
eventObj
,
tryParse
.
int
(
commingMsg
));
}
}
else
{
// 팀명 입력
...
...
@@ -219,7 +219,7 @@ function SelectLeagueInfo(eventObj, inputNum){
return
returnMsg
;
}
function
SelectTeamInfo
(
inputNum
){
function
SelectTeamInfo
(
eventObj
,
inputNum
){
let
returnMsg
=
"잘 못 고르셨습니다. 다시 골라주세요."
switch
(
inputNum
){
case
1
:
// 경기 일정
...
...
Please
register
or
login
to post a comment