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
b318fbd1
Commit
b318fbd1
authored
Dec 08, 2021
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
81a359ed
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
13 deletions
+31
-13
src/components/index/SignUp/invitation.vue
src/components/index/SignUp/invitation.vue
+18
-6
src/components/index/SignUp/pass.vue
src/components/index/SignUp/pass.vue
+13
-7
No files found.
src/components/index/SignUp/invitation.vue
View file @
b318fbd1
...
...
@@ -47,14 +47,21 @@
</div>
</div>
<div
class=
"tips"
>
备注:每个邀请码只能绑定一个用户,请谨慎使用。无邀请码可直接点【下一步】
<div
class=
"tips flex"
>
<div
class=
"tipsContent"
>
<div>
备注:
</div>
<div>
1.每个邀请码仅能绑定一个用户。
</div>
<div>
2.如没有邀请码请直接点击【下一步】跳过此步骤继续报名。
</div>
</div>
<!--
<div>
备注:
</div>
<div>
1,每个邀请码仅能绑定一个用户。
</div>
<div>
2,如没有邀请码请直接点击【下一步】跳过此步骤继续报名。
</div>
-->
<!-- 备注:每个邀请码只能绑定一个用户,请谨慎使用。如没有邀请码请直接点击【下一步】跳过此步骤继续报名 -->
</div>
<div
class=
"btn"
>
<el-button
@
click=
"next()"
>
下一步
</el-button>
</div>
</div>
</
template
>
...
...
@@ -260,10 +267,15 @@ export default {
.tips
{
font-size
:
14px
;
font-weight
:
500
;
color
:
#a7a2a6
;
line-height
:
54px
;
// color: #a7a2a6;
color
:
var
(
--
color
);
line-height
:
23px
;
margin
:
30px
0
;
text-align
:
center
;
// text-align: center;
flex-direction
:
column
;
align-items
:
center
;
/*垂直居中*/
width
:
100%
;
height
:
100%
;
}
.errorCode
{
font-size
:
12px
;
...
...
src/components/index/SignUp/pass.vue
View file @
b318fbd1
...
...
@@ -5,10 +5,15 @@
<!--
<img
src=
"@/assets/img/signUp/icon-shenhe.png"
alt=
""
/>
-->
<i
class=
"icon-icon"
></i>
</div>
<div>
同学你好,你的报名资料已提交
</div>
<div>
请等待工作人员审核,审核结果将于1-3个工作日发布,请留意网站
</div>
<div
v-if=
"this.examine_status == 1"
>
审核已通过
</div>
<div
v-if=
"this.examine_status == 2"
>
提示:
{{
this
.
examine_reason
}}
</div>
<!--
{{
!
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"
>
请等待工作人员审核,审核结果将于1-3个工作日发布,请留意网站
</div>
<div
v-if=
"this.examine_status == 1"
>
同学你好,你的材料已经通过审核,请点击“下一步”完成报名
</div>
<div
v-if=
"this.examine_status == 2"
>
同学你好,你的申请材料未能通过审核。原因是:
{{
this
.
examine_reason
}}
</div>
<div
class=
"btn"
v-show=
"this.examine_status == 2"
>
<el-button
@
click=
"Lasting()"
>
上一步
</el-button>
</div>
...
...
@@ -35,6 +40,7 @@ export default {
),
signBackStatus
:
""
,
status_val
:
""
,
status
:
""
,
};
},
created
()
{
...
...
@@ -60,7 +66,7 @@ export default {
// console.log(is_next);
},
signUpInit
(
status_val
)
{
console
.
log
(
status_val
,
"
11111
"
);
//
console.log(status_val, "11111");
// console.log(isNexts, "2222");
signUpInit
({}).
then
((
res
)
=>
{
...
...
@@ -73,7 +79,7 @@ export default {
return
this
.
$message
.
error
(
res
.
data
.
message
);
}
this
.
status
=
res
.
data
.
status
;
//
console.log(this.status, "11111");
console
.
log
(
this
.
status
,
"
11111
"
);
// 点击下一步传值给status,更新
if
(
status_val
!=
null
)
{
this
.
status
=
status_val
;
...
...
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