c8463b4e by 杨炀

countryLimit

1 parent d407f040
This file is too large to display.
......@@ -484,18 +484,18 @@ function goTeamSign() {
})
} else {
// 国际赛
// if(group.type!='4'){
// ElMessageBox.confirm(
// 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
// }
if(group.type!='4'&& matchData.value.countryLimit=='1'){
ElMessageBox.confirm(
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
}
router.push({
path: `${route.params.id}/teamSign`,
query: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!