Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
ccd93b5f
Commit
ccd93b5f
authored
Nov 08, 2019
by
zhangyanni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册
parent
a3b632a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
emailRegisterCmpt.vue
src/views/loginregister/pages/emailRegisterCmpt.vue
+3
-1
mobileRegisterCmpt.vue
src/views/loginregister/pages/mobileRegisterCmpt.vue
+3
-1
No files found.
src/views/loginregister/pages/emailRegisterCmpt.vue
View file @
ccd93b5f
<
template
>
<div
class=
"wrapper"
element-loading-background=
"rgba(0, 0, 0, 0.8)"
>
<!--
<p>
{{
$t
(
'register.title'
)
}}
</p>
-->
<img
src=
"../../../assets/img/login/banner5@2x.png"
alt=
""
style=
"height: 85px;margin-top: 20px;"
>
<div
style=
"width: 100%;"
>
<img
src=
"../../../assets/img/login/banner5@2x.png"
alt=
""
style=
"height: 85px;margin-top: 20px;"
>
</div>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
:label=
"$t('register.registerEmail')"
name=
"first"
>
<el-form
:model=
"registerForm"
:rules=
"rules"
ref=
"registerForm"
...
...
src/views/loginregister/pages/mobileRegisterCmpt.vue
View file @
ccd93b5f
<
template
>
<div
class=
"wrapper"
element-loading-background=
"rgba(0, 0, 0, 0.8)"
>
<!--
<p>
{{
$t
(
'register.title'
)
}}
</p>
-->
<img
src=
"../../../assets/img/login/banner5@2x.png"
alt=
""
style=
"height: 85px;margin-top: 20px;"
>
<div
style=
"width: 100%;"
>
<img
src=
"../../../assets/img/login/banner5@2x.png"
alt=
""
style=
"height: 85px;margin-top: 20px;"
>
</div>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
:label=
"$t('register.registerByPhone')"
name=
"first"
>
<el-form
:model=
"registerForm"
:rules=
"rules"
ref=
"registerForm"
...
...
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