c8463b4e by 杨炀

countryLimit

1 parent d407f040
This file is too large to display.
...@@ -484,18 +484,18 @@ function goTeamSign() { ...@@ -484,18 +484,18 @@ function goTeamSign() {
484 }) 484 })
485 } else { 485 } else {
486 // 国际赛 486 // 国际赛
487 // if(group.type!='4'){ 487 if(group.type!='4'&& matchData.value.countryLimit=='1'){
488 // ElMessageBox.confirm( 488 ElMessageBox.confirm(
489 // language.value==0?'您的团体类型不符合报名条件':'Your Team type does not meet the registration requirements', 489 language.value==0?'您的团体类型不符合报名条件':'Your Team type does not meet the registration requirements',
490 // language.value==0?'提示':'Warning', 490 language.value==0?'提示':'Warning',
491 // { 491 {
492 // confirmButtonText: language.value==1?'OK':'确定', 492 confirmButtonText: language.value==1?'OK':'确定',
493 // cancelButtonText: language.value==1?'Cancel':'取消', 493 cancelButtonText: language.value==1?'Cancel':'取消',
494 // type: 'warning', 494 type: 'warning',
495 // } 495 }
496 // ) 496 )
497 // return 497 return
498 // } 498 }
499 router.push({ 499 router.push({
500 path: `${route.params.id}/teamSign`, 500 path: `${route.params.id}/teamSign`,
501 query: { 501 query: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!