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
ca6fc8d1
Commit
ca6fc8d1
authored
Oct 24, 2025
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改-提示文字、西交大支付不传截图
parent
85dd5829
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1085 additions
and
951 deletions
+1085
-951
src/components/breadcrumb.vue
src/components/breadcrumb.vue
+203
-198
src/components/index/SignUp/pass.vue
src/components/index/SignUp/pass.vue
+8
-7
src/components/index/SignUp/paying.vue
src/components/index/SignUp/paying.vue
+694
-605
src/components/index/SignUp/referInfo.vue
src/components/index/SignUp/referInfo.vue
+176
-137
src/config/server.js
src/config/server.js
+3
-3
src/views/base/active/ActiveInfo.vue
src/views/base/active/ActiveInfo.vue
+1
-1
No files found.
src/components/breadcrumb.vue
View file @
ca6fc8d1
...
...
@@ -43,7 +43,7 @@
</div>
<div
class=
"referInfoTips"
v-show=
"status == 0 || status == 1 || status == 2
||status == 3
"
v-show=
"status == 0 || status == 1 || status == 2
|| status == 3
"
@
click=
"toShowSteps"
>
<i
class=
"el-icon-question"
></i>
...
...
@@ -52,10 +52,10 @@
</
template
>
<
script
>
/* eslint-disable */
export
default
{
/* eslint-disable */
export
default
{
name
:
"
breadcrumb
"
,
props
:
{
statusNum
:
[
String
,
Number
]
},
//进度参数
props
:
{
statusNum
:
[
String
,
Number
]
},
//进度参数
data
()
{
return
{
status
:
this
.
statusNum
,
...
...
@@ -126,15 +126,16 @@ export default {
this
.
isShowStepsTips
=
!
this
.
isShowStepsTips
;
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
.flex
{
.flex
{
display
:
flex
;
}
// 报名流程提示
.referInfoTips
{
}
// 报名流程提示
.referInfoTips
{
// position: absolute;
// right: 1%;
// top: 45%;
...
...
@@ -145,9 +146,9 @@ export default {
font-size
:
26px
;
cursor
:
pointer
;
}
}
}
.vertical-steps
{
.vertical-steps
{
position
:
absolute
;
right
:
2%
;
top
:
9
.5%
;
...
...
@@ -157,6 +158,7 @@ export default {
padding
:
30px
20px
20px
;
border-radius
:
8px
;
z-index
:
99
;
.vertical-steps-title
{
text-align
:
center
;
margin-bottom
:
20px
;
...
...
@@ -170,9 +172,9 @@ export default {
top
:
2%
;
cursor
:
pointer
;
}
}
}
.step
{
.step
{
display
:
flex
;
margin-bottom
:
10px
;
position
:
relative
;
...
...
@@ -193,8 +195,10 @@ export default {
z-index
:
2
;
border
:
2px
solid
white
;
box-shadow
:
0
4px
12px
rgba
(
24
,
144
,
255
,
0
.3
)
,
/*
主阴影
*/
inset
0
2px
4px
rgba
(
255
,
255
,
255
,
0
.3
)
,
/*
内阴影
*/
0
0
0
4px
rgba
(
24
,
144
,
255
,
0
.1
);
/*
主阴影
*/
inset
0
2px
4px
rgba
(
255
,
255
,
255
,
0
.3
)
,
/*
内阴影
*/
0
0
0
4px
rgba
(
24
,
144
,
255
,
0
.1
);
/* 外发光效果 */
}
...
...
@@ -240,19 +244,20 @@ export default {
border-left
:
1
.5px
dotted
var
(
--
color
);
z-index
:
1
;
}
}
}
.speed-bg-color
{
.speed-bg-color
{
background-color
:
var
(
--
color
)
!
important
;
}
}
.speed-text-color
{
.speed-text-color
{
color
:
var
(
--
color
)
!
important
;
}
}
.steps
{
.steps
{
.step
{
align-items
:
center
;
.cricle
{
width
:
30px
;
height
:
30px
;
...
...
@@ -280,5 +285,5 @@ export default {
margin
:
0
15px
0
10px
;
}
}
}
}
</
style
>
src/components/index/SignUp/pass.vue
View file @
ca6fc8d1
...
...
@@ -5,13 +5,14 @@
<!--
<img
src=
"@/assets/img/signUp/icon-shenhe.png"
alt=
""
/>
-->
<i
class=
"icon-icon"
></i>
</div>
<!--
{{
!
this
.
examine_status
==
1
}}
-->
<div
v-if=
"this.examine_status == 0 || this.examine_status == 3"
>
同学你好,你的报名资料已提交
</div>
<div
v-if=
"this.examine_status == 0 || this.examine_status == 3"
>
请等待工作人员审核,审核结果将于以短信形式发送到报名手机号,请注意查收。
</div>
<!--
<template
v-if=
"this.examine_status == 0 || this.examine_status == 3"
>
<div>
同学你好,你的报名资料已提交
</div>
<div>
请等待工作人员审核,审核结果将于以短信形式发送到报名手机号,请注意查收。
</div>
</
template
>
-->
<
template
v-if=
"this.examine_status == 0 || this.examine_status == 3"
>
<div>
同学好,你的报名资料已提交
</div>
<div>
请等待工作人员审核,审核结果将以邮件形式发送到您的邮箱,请注意查收。
</div>
</
template
>
<div
v-if=
"this.examine_status == 1"
>
同学你好,你的材料已经通过审核,请点击“下一步”完成报名
</div>
...
...
src/components/index/SignUp/paying.vue
View file @
ca6fc8d1
This diff is collapsed.
Click to expand it.
src/components/index/SignUp/referInfo.vue
View file @
ca6fc8d1
This diff is collapsed.
Click to expand it.
src/config/server.js
View file @
ca6fc8d1
...
...
@@ -9,6 +9,6 @@ export const DEVELOPMENT_SERVER_URL = "https://gwapi.campcenter.cn/modules-camps
export
const
SERVER_WS_URL
=
"
wss://gwapi.campcenter.cn
"
;
// websocket
// 测试
// export const SERVER_URL = "http://192.168.
8.204
:8088/modules-campsite"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "http://192.168.
8.204
:8088/modules-campsite"; //开发环境
// export const SERVER_WS_URL = "wss://192.168.
8.204
:8088"; // websocket
// export const SERVER_URL = "http://192.168.
1.107
:8088/modules-campsite"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "http://192.168.
1.107
:8088/modules-campsite"; //开发环境
// export const SERVER_WS_URL = "wss://192.168.
1.107
:8088"; // websocket
src/views/base/active/ActiveInfo.vue
View file @
ca6fc8d1
...
...
@@ -50,7 +50,7 @@
<div
v-if=
"activeInfo.bmEndTime!=null"
>
报名截止:{{formatYMDChina(activeInfo.bmEndTime)}}
</div>
<div
v-if=
"activeInfo.activityFee && activeInfo.activityFee!='0'"
>
活动费用:¥{{activeInfo.activityFee}}
<el-tooltip
class=
"item"
content=
"申请审核通过后,才可缴费参与活动具体活动费用以缴费时为准。"
effect=
"dark"
placement=
"top"
>
<el-tooltip
class=
"item"
content=
"申请审核通过后,才可缴费参与活动
,
具体活动费用以缴费时为准。"
effect=
"dark"
placement=
"top"
>
<i
class=
"el-icon-question"
></i>
</el-tooltip>
</div>
...
...
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