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
5d33ab62
Commit
5d33ab62
authored
Dec 15, 2021
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
acba6ab6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
+19
-7
src/components/index/SignUp/confirm.vue
src/components/index/SignUp/confirm.vue
+18
-6
src/components/index/SignUp/pass.vue
src/components/index/SignUp/pass.vue
+1
-1
No files found.
src/components/index/SignUp/confirm.vue
View file @
5d33ab62
...
...
@@ -18,9 +18,7 @@
<img
src=
"../../../assets/img/signUp/computer.png"
alt=
""
/>
</div>
-->
<div
class=
"check"
>
<el-checkbox
v-model=
"checked"
>
我已阅读并了解须知
</el-checkbox
>
<el-checkbox
v-model=
"checked"
>
我已阅读并了解须知
</el-checkbox>
</div>
<div
class=
"btn"
>
<el-button
:disabled=
"!checked"
@
click=
"next()"
>
下一步
</el-button>
...
...
@@ -30,7 +28,7 @@
<
script
>
/* eslint-disable */
import
Cookie
from
"
js-cookie
"
import
Cookie
from
"
js-cookie
"
;
import
{
setSignShould
}
from
"
r/index/signUp
"
;
import
{
getCam
}
from
"
r/index/login
"
;
export
default
{
...
...
@@ -73,8 +71,8 @@ export default {
<
style
lang=
"scss"
scoped
>
@import
"a/scss/btn"
;
.btn
{
padding-bottom
:
34px
!
important
;
.btn
{
padding-bottom
:
34px
!
important
;
}
.confirm
{
padding
:
0
50px
60px
;
...
...
@@ -100,5 +98,19 @@ export default {
text-align
:
center
;
margin-top
:
42px
;
}
::v-deep
.el-checkbox__inner
:hover
{
border-color
:
var
(
--
color
);
}
::v-deep
.el-checkbox__input.is-checked
{
.el-checkbox__inner
{
background-color
:
var
(
--
color
);
border-color
:
var
(
--
color
);
}
+
.el-checkbox__label
{
color
:
var
(
--
color
);
}
}
}
</
style
>
src/components/index/SignUp/pass.vue
View file @
5d33ab62
...
...
@@ -8,7 +8,7 @@
<!--
{{
!
this
.
examine_status
==
1
}}
-->
<div
v-if=
"!this.examine_status == 1||!this.examine_status == 2"
>
同学你好,你的报名资料已提交
</div>
<div
v-if=
"!this.examine_status == 1||!this.examine_status == 2"
>
请等待工作人员审核,审核结果将于24小时发布,请留意网站。
请等待工作人员审核,审核结果将于24小时
内
发布,请留意网站。
</div>
<div
v-if=
"this.examine_status == 1"
>
同学你好,你的材料已经通过审核,请点击“下一步”完成报名
...
...
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