language.value==0?'您的团体类型不符合报名条件':'Your Team type does not meet the registration requirements',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
language.value==0?'您的团体类型不符合报名条件':'Your Team type does not meet the registration requirements',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
)
return
}
...
...
@@ -578,20 +601,20 @@ function checkIsSign() {
groupId:groupId.value||0
}
returnmatch.getMySignInfo(obj).then(res=>{
switch(res.data.type){
switch(res.data.type){
case'0':
// 未报名
break
case'1':
// 提交报名,未审核
ElMessageBox.confirm(
language.value==0?'您的报名信息已提交,是否撤回,重新填写报名信息?':'Your registration information has been submitted. Do you want to withdraw it and fill in the registration information again?',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'Withdraw the registration':'撤回报名信息',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
language.value==0?'您的报名信息已提交,是否撤回,重新填写报名信息?':'Your registration information has been submitted. Do you want to withdraw it and fill in the registration information again?',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'Withdraw the registration':'撤回报名信息',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
).then(()=>{
withDraw(res.data.orderId)
})
...
...
@@ -599,13 +622,13 @@ function checkIsSign() {
break
case'2':
ElMessageBox.confirm(
language.value==0?'报名审批拒绝,是否重新报名':'Registration approval rejected. Do you want to register again',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
language.value==0?'报名审批拒绝,是否重新报名':'Registration approval rejected. Do you want to register again',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
).then(()=>{
reSign()
})
...
...
@@ -613,13 +636,13 @@ function checkIsSign() {
break
case'3':
ElMessageBox.confirm(
language.value==0?'报名已取消,是否重新报名':'Registration cancelled. Do you want to register again',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
language.value==0?'报名已取消,是否重新报名':'Registration cancelled. Do you want to register again',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
).then(()=>{
reSign()
})
...
...
@@ -628,13 +651,13 @@ function checkIsSign() {
case'4':
// 审核通过未缴费
ElMessageBox.confirm(
language.value==0?'您的报名信息已审核通过,如需修改,请联系组委会':'Your registration information has been approved. If you need to make any changes, please contact the organizing committee',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
language.value==0?'您的报名信息已审核通过,如需修改,请联系组委会':'Your registration information has been approved. If you need to make any changes, please contact the organizing committee',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
).then(()=>{
// router.push({name: 'myMatch'})
})
...
...
@@ -643,60 +666,63 @@ function checkIsSign() {
case'5':
// 审核通过已缴费
ElMessageBox.confirm(
language.value==0?'您的报名信息已完成缴费,如需修改,请联系组委会':'Your registration information has been paid. If you need to make any changes, please contact the organizing committee',
language.value==0?'提示':'Warning',
{
confirmButtonText:language.value==1?'OK':'确定',
cancelButtonText:language.value==1?'Cancel':'取消',
type:'warning',
}
language.value==0?'您的报名信息已完成缴费,如需修改,请联系组委会':'Your registration information has been paid. If you need to make any changes, please contact the organizing committee',
<spanv-elseclass="text-danger size12">*You can confirm with the contact person by phone after uploading the remittance form. The specific payment results can be viewed in the My Registration section of the personal center to check the progress</span>