Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
055d85de
Commit
055d85de
authored
Oct 13, 2021
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改调整
parent
d1e61a4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/index/login/Register.vue
src/views/index/login/Register.vue
+4
-4
No files found.
src/views/index/login/Register.vue
View file @
055d85de
...
@@ -12,20 +12,20 @@
...
@@ -12,20 +12,20 @@
>
>
<el-form-item
prop=
"phone"
>
<el-form-item
prop=
"phone"
>
<img
class=
"img_l"
src=
"@/assets/img/reset/username.png"
alt=
""
/>
<img
class=
"img_l"
src=
"@/assets/img/reset/username.png"
alt=
""
/>
<el-input
type=
"password"
style=
"width: 1px;height: 1px;position:fixed;top: -10000px;"
></el-input>
<el-input
<el-input
v-model=
"registerForm.phone"
v-model=
"registerForm.phone"
placeholder=
"请输入手机号"
placeholder=
"请输入手机号"
maxlength=
"20"
maxlength=
"20"
autocomplete=
"off"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
prop=
"code"
>
<el-form-item
prop=
"code"
>
<img
class=
"img_l"
src=
"@/assets/img/reset/code.png"
alt=
""
/>
<img
class=
"img_l"
src=
"@/assets/img/reset/code.png"
alt=
""
/>
<el-input
type=
"password"
style=
"width: 1px;height: 1px;position:fixed;top: -10000px;"
></el-input>
<el-input
<el-input
v-model=
"registerForm.code"
v-model=
"registerForm.code"
placeholder=
"请输入短信验证码"
placeholder=
"请输入短信验证码"
maxlength=
"20"
maxlength=
"20"
autocomplete=
"off"
></el-input>
></el-input>
<!-- 短信验证码 -->
<!-- 短信验证码 -->
<div
class=
"phoneCode"
>
<div
class=
"phoneCode"
>
...
@@ -35,12 +35,12 @@
...
@@ -35,12 +35,12 @@
</el-form-item>
</el-form-item>
<el-form-item
prop=
"password"
>
<el-form-item
prop=
"password"
>
<img
class=
"img_l"
src=
"@/assets/img/reset/password.png"
alt=
""
/>
<img
class=
"img_l"
src=
"@/assets/img/reset/password.png"
alt=
""
/>
<el-input
type=
"password"
style=
"width: 1px;height: 1px;position:fixed;top: -10000px;"
></el-input>
<el-input
<el-input
v-model=
"registerForm.password"
v-model=
"registerForm.password"
:type=
"isShowPwd ? 'password' : 'text'"
:type=
"isShowPwd ? 'password' : 'text'"
maxlength=
"20"
maxlength=
"20"
placeholder=
"设置密码:6-12位字符,包含字母或数字"
placeholder=
"设置密码:6-12位字符,包含字母或数字"
:autocomplete=
"isShowPwd ? 'new-password' : 'off'"
></el-input>
></el-input>
<img
<img
@
click=
"changePwdStatus()"
@
click=
"changePwdStatus()"
...
@@ -59,11 +59,11 @@
...
@@ -59,11 +59,11 @@
</el-form-item>
</el-form-item>
<el-form-item
prop=
"rq_password"
>
<el-form-item
prop=
"rq_password"
>
<img
class=
"img_l"
src=
"@/assets/img/reset/password.png"
alt=
""
/>
<img
class=
"img_l"
src=
"@/assets/img/reset/password.png"
alt=
""
/>
<el-input
type=
"password"
style=
"width: 1px;height: 1px;position:fixed;top: -10000px;"
></el-input>
<el-input
<el-input
v-model=
"registerForm.rq_password"
v-model=
"registerForm.rq_password"
placeholder=
"请再次输入登录密码"
placeholder=
"请再次输入登录密码"
maxlength=
"20"
maxlength=
"20"
autocomplete=
"off"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
style=
"margin: 40px 0 0 0"
></el-form-item>
<el-form-item
style=
"margin: 40px 0 0 0"
></el-form-item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment