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
d6f3a378
Commit
d6f3a378
authored
Oct 10, 2024
by
‘yangmengxue’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
7fc29911
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
38 additions
and
15 deletions
+38
-15
src/components/index/SignUp/pass.vue
src/components/index/SignUp/pass.vue
+1
-1
src/components/index/SignUp/referInfo.vue
src/components/index/SignUp/referInfo.vue
+6
-6
src/config/server.js
src/config/server.js
+6
-6
src/router/index.js
src/router/index.js
+9
-0
src/store/index.js
src/store/index.js
+3
-0
src/views/index/camp/Certificate.vue
src/views/index/camp/Certificate.vue
+13
-2
No files found.
src/components/index/SignUp/pass.vue
View file @
d6f3a378
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<!--
{{
!
this
.
examine_status
==
1
}}
-->
<!--
{{
!
this
.
examine_status
==
1
}}
-->
<div
v-if=
"this.examine_status==0"
>
同学你好,你的报名资料已提交
</div>
<div
v-if=
"this.examine_status==0"
>
同学你好,你的报名资料已提交
</div>
<div
v-if=
"this.examine_status == 0"
>
<div
v-if=
"this.examine_status == 0"
>
请等待工作人员审核,审核结果将于
24小时内发布,请留意网站
。
请等待工作人员审核,审核结果将于
以短信形式发送到报名手机号,请注意查收
。
</div>
</div>
<div
v-if=
"this.examine_status == 1"
>
<div
v-if=
"this.examine_status == 1"
>
同学你好,你的材料已经通过审核,请点击“下一步”完成报名
同学你好,你的材料已经通过审核,请点击“下一步”完成报名
...
...
src/components/index/SignUp/referInfo.vue
View file @
d6f3a378
...
@@ -840,13 +840,13 @@
...
@@ -840,13 +840,13 @@
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
<div
class=
"tipsMsg"
v-show=
"$store.state.baseSchool == 1"
>
<div
class=
"tipsMsg"
v-show=
"$store.state.baseSchool == 1"
>
如果没有您所在的学校,请选填其他
如果没有您所在的学校,请选填其他
</div>
</div>
<div
class=
"tipsMsg"
v-show=
"$store.state.baseSchool == 0"
>
<div
class=
"tipsMsg"
v-show=
"$store.state.baseSchool == 0"
>
如果没有您所在学校,请联系邮箱:service@campcenter.cn
如未找到所在学校,请编辑短信“所在省市区+学校全称”发送至手机18210216061,学校信息将在24小时内更新。
</div>
</div>
</el-col>
</div>
</div>
<el-col
:span=
"12"
v-show=
"configJson.schoolContacts == 1"
>
<el-col
:span=
"12"
v-show=
"configJson.schoolContacts == 1"
>
...
...
src/config/server.js
View file @
d6f3a378
// 测试
// 测试
//
export const SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; // 正式环境
export
const
SERVER_URL
=
"
https://tgwapi.campcenter.cn/modules-campsite
"
;
// 正式环境
//
export const DEVELOPMENT_SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; //开发环境
export
const
DEVELOPMENT_SERVER_URL
=
"
https://tgwapi.campcenter.cn/modules-campsite
"
;
//开发环境
//
export const SERVER_WS_URL = "wss://tgwapi.campcenter.cn"; // websocket
export
const
SERVER_WS_URL
=
"
wss://tgwapi.campcenter.cn
"
;
// websocket
// 正式
// 正式
export
const
SERVER_URL
=
"
https://gwapi.campcenter.cn/modules-campsite
"
;
// 正式环境
//
export const SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; // 正式环境
export
const
DEVELOPMENT_SERVER_URL
=
"
https://gwapi.campcenter.cn/modules-campsite
"
;
//开发环境
//
export const DEVELOPMENT_SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; //开发环境
export
const
SERVER_WS_URL
=
"
wss://gwapi.campcenter.cn
"
;
// websocket
//
export const SERVER_WS_URL = "wss://gwapi.campcenter.cn"; // websocket
// 测试
// 测试
// export const SERVER_URL = "http://192.168.1.146:8088/modules-campsite"; // 正式环境
// export const SERVER_URL = "http://192.168.1.146:8088/modules-campsite"; // 正式环境
...
...
src/router/index.js
View file @
d6f3a378
...
@@ -192,6 +192,15 @@ function checkCam(code, cb) {
...
@@ -192,6 +192,15 @@ function checkCam(code, cb) {
if
(
res
.
data
.
is_display_num
!=
null
)
{
if
(
res
.
data
.
is_display_num
!=
null
)
{
store
.
state
.
isDisplay_num
=
res
.
data
.
is_display_num
;
store
.
state
.
isDisplay_num
=
res
.
data
.
is_display_num
;
}
}
// 是否替换原有结营证书
if
(
res
.
data
.
open_certificate
==
1
)
{
store
.
state
.
open_certificate
=
res
.
data
.
open_certificate
;
store
.
state
.
finish_certificate_address
=
res
.
data
.
finish_certificate_address
;
}
//是否隐藏填写邮寄地址
if
(
res
.
data
.
isPost
!=
null
)
{
store
.
state
.
isPost
=
res
.
data
.
isPost
;
}
cb
&&
cb
(
true
);
cb
&&
cb
(
true
);
}).
catch
(()
=>
{
}).
catch
(()
=>
{
cb
&&
cb
(
false
);
cb
&&
cb
(
false
);
...
...
src/store/index.js
View file @
d6f3a378
...
@@ -27,6 +27,9 @@ let state = {
...
@@ -27,6 +27,9 @@ let state = {
isLogin
:
localStorage
.
getItem
(
"
isLogin
"
)
||
"
0
"
,
// 只有1为已登录
isLogin
:
localStorage
.
getItem
(
"
isLogin
"
)
||
"
0
"
,
// 只有1为已登录
activeIndex
:
window
.
localStorage
.
getItem
(
'
index-active-path
'
)
||
"
0
"
,
activeIndex
:
window
.
localStorage
.
getItem
(
'
index-active-path
'
)
||
"
0
"
,
query
:
{},
query
:
{},
open_certificate
:
0
,
//是否替换原有结营证书
finish_certificate_address
:
null
,
isPost
:
0
,
//是否隐藏填写邮寄地址
};
};
export
default
new
Vuex
.
Store
({
export
default
new
Vuex
.
Store
({
...
...
src/views/index/camp/Certificate.vue
View file @
d6f3a378
...
@@ -39,11 +39,22 @@
...
@@ -39,11 +39,22 @@
/>
/>
</div>
</div>
<div
v-else
>
<div
v-else
>
<img
src=
"@/assets/img/certificate.jpg"
alt=
""
style=
"width: 25%"
/>
<img
v-if=
"$store.state.open_certificate == 1"
:src=
"$store.state.finish_certificate_address"
alt=
""
style=
"width: 25%"
/>
<img
v-else
src=
"@/assets/img/certificate.jpg"
alt=
""
style=
"width: 25%"
/>
</div>
</div>
</div>
</div>
<div
class=
"btn"
>
<div
class=
"btn"
v-if=
"$store.state.isPost == 0"
>
<el-button
@
click=
"getCertifi"
>
填写/修改收货地址
</el-button>
<el-button
@
click=
"getCertifi"
>
填写/修改收货地址
</el-button>
</div>
</div>
</div>
</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