45b4252e by 杨炀

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

1 parent 3877470c
...@@ -775,6 +775,13 @@ export function addInvitation(data) { ...@@ -775,6 +775,13 @@ export function addInvitation(data) {
775 data: data 775 data: data
776 }) 776 })
777 } 777 }
778 export function sendVisaCode(data) {
779 return request({
780 url: `/league/visa/sendCode`,
781 method: 'post',
782 data: data
783 })
784 }
778 export function getVisaInfo(query) { 785 export function getVisaInfo(query) {
779 return request({ 786 return request({
780 url: `/league/visa/getVisa`, 787 url: `/league/visa/getVisa`,
......
...@@ -183,10 +183,9 @@ function handleBeforeUpload(file) { ...@@ -183,10 +183,9 @@ function handleBeforeUpload(file) {
183 number.value++ 183 number.value++
184 return true 184 return true
185 } 185 }
186
187 // 文件个数超出 186 // 文件个数超出
188 function handleExceed() { 187 function handleExceed() {
189 proxy.$modal.msgError(`上传文件数量不能超过 ${props.limit} 个!`) 188 proxy.$modal.msgError(language=='0'?`上传文件数量不能超过 ${props.limit} 个!`:`Maximum file count: ${props.limit}`)
190 } 189 }
191 190
192 // 上传失败 191 // 上传失败
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!