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
a336ed6f
authored
2024-06-24 10:56:21 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去掉是否国家队默认值
去除临时用户编辑基础信息入口
1 parent
0aeb9ab5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
src/viewsPc/center/myInfo.vue
src/viewsPc/register/team/step2.vue
src/viewsPc/center/myInfo.vue
View file @
a336ed6
...
...
@@ -81,7 +81,7 @@
<!--
<el-input
v-model=
"myform.email"
type=
"email"
:placeholder=
"language==0?'请输入内容':''"
/>
-->
<!--
</el-form-item>
-->
</el-form>
<div
class=
"text-center"
>
<div
class=
"text-center"
v-if=
"user.utype=='1'||user.utype=='2'"
>
<el-button
type=
"primary"
class=
"btn-lineG"
round
@
click=
"save"
>
{{
language
==
0
?
'确定修改'
:
'Save'
}}
</el-button>
...
...
@@ -127,7 +127,7 @@ const rules = ref({
const
activeName
=
ref
(
'first'
)
const
myform
=
ref
({
idcType
:
0
,
countryId
:
240
,
countryId
:
''
,
realName
:
''
})
const
labelArr
=
ref
([])
...
...
src/viewsPc/register/team/step2.vue
View file @
a336ed6
...
...
@@ -5,8 +5,8 @@
<label>
{{
language
==
0
?
'登录账号'
:
'Account'
}}
</label>
{{
accont
}}
</div>
</div>
<div
class=
"leftboderTT"
v-if=
"!user"
>
{{
language
==
0
?
'登录密码'
:
'Password'
}}
<span
v-if=
"language==0"
>
(登录时需要验证,保护账户信息)
</span></div>
<div
class=
"leftboderTT"
v-if=
"!user"
>
{{
language
==
0
?
'登录密码'
:
'Password'
}}
<span
v-if=
"language==0"
>
(登录时需要验证,保护账户信息)
</span></div>
<div
class=
"d-form-border"
v-if=
"!user"
>
<el-form
class=
"d-form"
size=
"large"
label-width=
"120"
:label-position=
"language==0?'left':'top'"
style=
"max-width: 500px;margin: auto"
>
...
...
@@ -196,6 +196,9 @@ onMounted(() => {
if
(
route
.
query
.
matchId
){
matchId
.
value
=
route
.
query
.
matchId
}
if
(
language
.
value
==
1
){
form
.
value
.
type
=
'4'
}
getCountryList
()
getRegionsList
()
})
...
...
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