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
734b1000
authored
2024-04-07 18:46:26 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
3dac0947
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
src/viewsPc/match/chooseSportsman.vue
src/viewsPc/register/personal.vue
src/viewsPc/register/team/step2.vue
src/viewsPc/match/chooseSportsman.vue
View file @
734b100
...
...
@@ -821,4 +821,5 @@ watch(choosedchoosed, (newVal, oldVal) => {
height
:
18px
;
}
}
:deep
(
.el-select__tags-text
)
{
color
:
#000
;
font-size
:
14px
;}
</
style
>
...
...
src/viewsPc/register/personal.vue
View file @
734b100
...
...
@@ -71,7 +71,7 @@
<span
v-else
>
Please upload a passport copy for authentication
</span>
</div>
</el-form-item>
<el-form-item
:label=
"language==0?'证件号':'Passport number'"
required
>
<el-form-item
:label=
"language==0?'证件号':'Passport number'"
>
<el-input
v-model=
"wdsfData.passportNumber"
/>
</el-form-item>
...
...
@@ -292,10 +292,10 @@ function goBack() {
}
function
next
()
{
if
(
!
wdsfData
.
value
.
passportNumber
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'请填写护照号'
:
'Please fill in your passport number'
)
return
}
//
if (!wdsfData.value.passportNumber) {
//
ElMessage.warning(language.value == 0 ?'请填写护照号':'Please fill in your passport number')
//
return
//
}
if
(
!
wdsfData
.
value
.
passportUrl
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'请上传护照文件'
:
'Please upload your passport file'
)
return
...
...
src/viewsPc/register/team/step2.vue
View file @
734b100
...
...
@@ -26,7 +26,7 @@
:rules=
"registerRules"
label-width=
"120"
:label-position=
"language==0?'left':'top'"
style=
"max-width: 500px;margin: auto"
>
<el-form-item
label=
"是否国家队"
v-if=
"language==0"
>
</el-form-item>
<el-form-item
:label=
"language==0?'代表国家/地区':'Representing'"
required
prop=
"countryId"
>
<el-select
filterable
v-model=
"form.countryId"
>
...
...
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