Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c8463b4e
authored
2024-04-12 14:13:03 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
countryLimit
1 parent
d407f040
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
dance.zip
src/viewsPc/match/detail_en.vue
dance.zip
deleted
100644 → 0
View file @
d407f04
This file is too large to display.
src/viewsPc/match/detail_en.vue
View file @
c8463b4
...
...
@@ -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
:
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment