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
510548b6
Commit
510548b6
authored
Dec 01, 2021
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
02140709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
4 deletions
+57
-4
src/views/index/camp/SignUp.vue
src/views/index/camp/SignUp.vue
+57
-4
No files found.
src/views/index/camp/SignUp.vue
View file @
510548b6
...
@@ -36,6 +36,27 @@
...
@@ -36,6 +36,27 @@
></Pass>
></Pass>
<Paying
v-else-if=
"type == 'pay'"
@
getstatus=
"statuss"
></Paying>
<Paying
v-else-if=
"type == 'pay'"
@
getstatus=
"statuss"
></Paying>
<Success
v-else-if=
"type == 'success'"
@
getstatus=
"statuss"
></Success>
<Success
v-else-if=
"type == 'success'"
@
getstatus=
"statuss"
></Success>
<el-dialog
style=
"font-size: 26px"
class=
"info"
title=
"营地声明"
:visible.sync=
"dialogVisible"
width=
"40%"
center
>
<div>
近日,营地工作组收到部分中学师生反映有机构及个人以高出营地费用的价格出售营地活动名额。
对此,营地工作组严正声明如下:营地工作组从未授权任何单位、媒体、机构或个人举办营利性商业讲座、培训班、训练营或其他形式的营地招生活动。工作组对有违规操作行为的机构或个人保留追究法律责任的权利。
</div>
<div>
希望广大师生以营地招生简章为准,不要轻信有关宣传,以免自身利益受损。如遇类似上述情况,可发送邮件至campcenter@163.com反映核实。特此声明!
</div>
<div
class=
"btn"
>
<el-button
@
click=
"dialogVisible = false"
>
确 定
</el-button>
</div>
</el-dialog>
</div>
</div>
</
template
>
</
template
>
...
@@ -78,8 +99,8 @@ export default {
...
@@ -78,8 +99,8 @@ export default {
getExamine
:
""
,
getExamine
:
""
,
isNexts
:
""
,
isNexts
:
""
,
signBackStatus
:
""
,
signBackStatus
:
""
,
invitation_code
:
""
,
//邀请码
invitation_code
:
""
,
//邀请码
dialogVisible
:
false
,
//营地声明弹窗
};
};
},
},
created
()
{
created
()
{
...
@@ -87,10 +108,10 @@ export default {
...
@@ -87,10 +108,10 @@ export default {
// console.log(this.$route, "router");
// console.log(this.$route, "router");
this
.
statuss
();
this
.
statuss
();
this
.
signUpInit
();
this
.
signUpInit
();
this
.
dialogVisible
=
true
;
//营地声明弹窗
},
},
watch
:
{
watch
:
{
$route
:
{
$route
:
{
handler
(
val
)
{
handler
(
val
)
{
// console.log(val, "routeval");
// console.log(val, "routeval");
...
@@ -210,7 +231,7 @@ export default {
...
@@ -210,7 +231,7 @@ export default {
this
.
$emit
(
"
getStatus
"
,
this
.
type
);
this
.
$emit
(
"
getStatus
"
,
this
.
type
);
// this.getExamine = res.data.examine_status;
// this.getExamine = res.data.examine_status;
// console.log(res.data.examine_status, "res.data.examine_status");
// console.log(res.data.examine_status, "res.data.examine_status");
this
.
invitation_code
=
res
.
data
.
invitation_code
;
//填写的邀请码回显需要
this
.
invitation_code
=
res
.
data
.
invitation_code
;
//填写的邀请码回显需要
//订单支付金额
//订单支付金额
let
code
=
this
.
$store
.
state
.
indexIdentity
;
let
code
=
this
.
$store
.
state
.
indexIdentity
;
window
.
localStorage
.
setItem
(
"
has_amount
"
+
code
,
res
.
data
.
has_amount
);
window
.
localStorage
.
setItem
(
"
has_amount
"
+
code
,
res
.
data
.
has_amount
);
...
@@ -255,6 +276,24 @@ export default {
...
@@ -255,6 +276,24 @@ export default {
display
:
flex
;
display
:
flex
;
}
}
.btn
{
text-align
:
center
;
// padding-bottom: 224px;
.el-button
{
width
:
120px
;
height
:
35px
;
background
:
var
(
--
color
);
border-radius
:
4px
;
border-color
:
var
(
--
color
);
opacity
:
0
.8
;
line-height
:
35px
;
text-align
:
center
;
color
:
#fff
;
font-size
:
16px
;
padding
:
0
;
margin
:
30px
0
0
0
;
}
}
.signUp
{
.signUp
{
/*background: #ffffff;*/
/*background: #ffffff;*/
/*width: 856px;*/
/*width: 856px;*/
...
@@ -270,4 +309,18 @@ export default {
...
@@ -270,4 +309,18 @@ export default {
padding
:
50px
55px
;
padding
:
50px
55px
;
}
}
}
}
// 声明
.info
{
.el-dialog__header
{
padding
:
30px
20px
0
20px
;
.el-dialog__title
{
font-size
:
24px
;
}
}
div
{
font-size
:
17px
;
line-height
:
30px
;
}
}
</
style
>
</
style
>
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