Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
45b4252e
authored
2025-04-23 13:38:58 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
世锦赛关于签证服务的修改
1 parent
3877470c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
src/apiPc/match.js
src/components/FileUpload/index.vue
src/viewsPc/match/components/affix-invitation.vue
src/apiPc/match.js
View file @
45b4252
...
...
@@ -775,6 +775,13 @@ export function addInvitation(data) {
data
:
data
})
}
export
function
sendVisaCode
(
data
)
{
return
request
({
url
:
`/league/visa/sendCode`
,
method
:
'post'
,
data
:
data
})
}
export
function
getVisaInfo
(
query
)
{
return
request
({
url
:
`/league/visa/getVisa`
,
...
...
src/components/FileUpload/index.vue
View file @
45b4252
...
...
@@ -183,10 +183,9 @@ function handleBeforeUpload(file) {
number
.
value
++
return
true
}
// 文件个数超出
function
handleExceed
()
{
proxy
.
$modal
.
msgError
(
`上传文件数量不能超过
${
props
.
limit
}
个!
`
)
proxy
.
$modal
.
msgError
(
language
==
'0'
?
`上传文件数量不能超过
${
props
.
limit
}
个!`
:
`Maximum file count:
${
props
.
limit
}
`
)
}
// 上传失败
...
...
src/viewsPc/match/components/affix-invitation.vue
View file @
45b4252
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment