Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
45995ba7
Commit
45995ba7
authored
Oct 19, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册
parent
017e7634
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
examine.vue
pages/login/examine.vue
+8
-4
No files found.
pages/login/examine.vue
View file @
45995ba7
...
...
@@ -173,7 +173,7 @@
lock-scroll
center
>
<el-scrollbar
style=
"height:100%"
>
<
p
class=
MsoNormal
align=
center
style=
'text-align:center'
>
注册协议
</p
>
<
!--
<p
class=
MsoNormal
align=
center
style=
'text-align:center'
>
注册协议
</p>
--
>
<p
class=
MsoNormal
align=
center
style=
'text-align:center'
><span
lang=
EN-US
><o:p>
</o:p></span></p>
...
...
@@ -629,13 +629,17 @@
</div>
</div>
<div
class=
"flex btn"
>
<
el-button
type=
"primary"
style=
"height:30px"
class=
"t2 t10"
v-if=
"active==1"
@
click=
"prev"
>
上一步
</el-
button>
<
button
class=
" nextButton"
style=
"margin-right:20px"
v-if=
"active==1"
@
click=
"prev"
>
上一步
</
button>
<button
@
click=
"next"
class=
"t2 nextButton"
v-if=
"active == 0
|| active == 1
"
>
v-if=
"active == 0"
>
下一步
</button>
<button
@
click=
"next"
class=
"t2 nextButton"
v-if=
"active == 1"
>
提交>
</button>
</div>
<button
@
click=
"back"
class=
"t2 nextButton"
v-if=
"active == 2"
>
回到首页
...
...
@@ -796,7 +800,7 @@ export default {
fileList
:
[],
flag
:
true
,
//该值变化,就会触发刷新
code
:
""
,
//刷新后的验证码
active
:
0
,
active
:
1
,
checked
:
true
,
adminform
:
{
name
:
""
,
...
...
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