45b4252e by 杨炀

世锦赛关于签证服务的修改

1 parent 3877470c
......@@ -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`,
......
......@@ -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}`)
}
// 上传失败
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!