Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
4a2377e3
提交
4a2377e3
authored
5月 23, 2024
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
8f1416a8
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
18 行增加
和
16 行删除
+18
-16
projectFeatures.vue
components/home/projectFeatures.vue
+2
-2
home.vue
modules/my/account/home.vue
+9
-7
index.js
modules/my/admission/form/index.js
+3
-3
qrcodePay.vue
modules/my/application/components/qrcodePay.vue
+1
-1
index.js
modules/my/application/form/index.js
+1
-1
qrcodePay.vue
modules/my/interview/components/qrcodePay.vue
+1
-1
pay.vue
modules/my/interview/pay.vue
+1
-1
没有找到文件。
components/home/projectFeatures.vue
浏览文件 @
4a2377e3
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_1.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_1.png'
,
item_desc_tit
:
'官方可靠'
,
item_desc_tit
:
'官方可靠'
,
item_desc_con
:
'中美教育部双认证的大学<br/>美国帕克大学硕士项目中国中心直招'
item_desc_con
:
'中美教育部双认证的大学<br/>美国帕克大学硕士项目
<br/>
中国中心直招'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_2.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_2.png'
,
...
@@ -38,7 +38,7 @@ export default {
...
@@ -38,7 +38,7 @@ export default {
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_3.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_3.png'
,
item_desc_tit
:
'高性价比'
,
item_desc_tit
:
'高性价比'
,
item_desc_con
:
'国内、国外总学费
不超过18万元
人民币'
item_desc_con
:
'国内、国外总学费
<br/>不超过18万
人民币'
}
}
// {
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/park/feature_4.png',
// web_img_uri: 'https://webapp-pub.ezijing.com/project/park/feature_4.png',
...
...
modules/my/account/home.vue
浏览文件 @
4a2377e3
...
@@ -12,12 +12,12 @@
...
@@ -12,12 +12,12 @@
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li
class=
"nav-application"
@
click=
"toApplication"
></li>
<li
class=
"nav-application"
@
click=
"toApplication"
></li>
<li
class=
"nav-interview"
@
click=
"toInterview"
></li>
<li
class=
"nav-interview"
@
click=
"toInterview"
></li>
<
li
class=
"nav-review"
@
click=
"toReview"
></li
>
<
!--
<li
class=
"nav-review"
@
click=
"toReview"
></li>
--
>
<li
class=
"nav-admission"
@
click=
"toAdmission"
></li>
<li
class=
"nav-admission"
@
click=
"toAdmission"
></li>
</ul>
</ul>
<div
class=
"progress"
>
<div
class=
"progress"
>
<el-steps
:active=
"activeProgress"
finish-status=
"success"
align-center
>
<el-steps
:active=
"activeProgress"
finish-status=
"success"
align-center
>
<el-step
v-for=
"(item, index) in
4
"
:key=
"index"
>
<el-step
v-for=
"(item, index) in
3
"
:key=
"index"
>
<template
#
title
>
{{
getProgressStatusText
(
index
)
}}
</
template
>
<template
#
title
>
{{
getProgressStatusText
(
index
)
}}
</
template
>
</el-step>
</el-step>
</el-steps>
</el-steps>
...
@@ -53,8 +53,8 @@ export default {
...
@@ -53,8 +53,8 @@ export default {
0
:
[
'FILLING'
],
0
:
[
'FILLING'
],
1
:
[
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PREPAYMENT'
],
1
:
[
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PREPAYMENT'
],
2
:
[
'REGISTRATION'
,
'PAYMENT'
],
2
:
[
'REGISTRATION'
,
'PAYMENT'
],
3
:
[
'CLOSED'
],
3
:
[
'CLOSED'
,
'FINISHED'
]
4
:
[
'FINISHED
'
]
// 4: ['
']
},
},
result
:
{},
result
:
{},
welcomeShow
:
false
welcomeShow
:
false
...
@@ -67,10 +67,12 @@ export default {
...
@@ -67,10 +67,12 @@ export default {
activeProgress
()
{
activeProgress
()
{
for
(
const
key
in
this
.
submissionStage
)
{
for
(
const
key
in
this
.
submissionStage
)
{
const
list
=
this
.
submissionStage
[
key
]
const
list
=
this
.
submissionStage
[
key
]
console
.
log
(
this
.
material
.
submission_stage
,
'this.material.submission_stage'
)
if
(
list
.
includes
(
this
.
material
.
submission_stage
))
{
if
(
list
.
includes
(
this
.
material
.
submission_stage
))
{
// if (key === '3' && !this.isPay) {
// if (key === '3' && !this.isPay) {
// return 2
// return 2
// }
// }
console
.
log
(
parseInt
(
key
),
'parseInt(key)parseInt(key)'
)
return
parseInt
(
key
)
return
parseInt
(
key
)
}
}
}
}
...
@@ -123,7 +125,7 @@ export default {
...
@@ -123,7 +125,7 @@ export default {
// 申请面试
// 申请面试
toInterview
()
{
toInterview
()
{
if
(
this
.
activeProgress
<
1
)
{
if
(
this
.
activeProgress
<
1
)
{
this
.
$message
.
warning
(
'请完成报名申请
并缴报名费
'
)
this
.
$message
.
warning
(
'请完成报名申请'
)
return
return
}
}
this
.
$router
.
push
(
'/my/interview'
)
this
.
$router
.
push
(
'/my/interview'
)
...
@@ -137,8 +139,8 @@ export default {
...
@@ -137,8 +139,8 @@ export default {
},
},
// 办理入学
// 办理入学
toAdmission
()
{
toAdmission
()
{
if
(
this
.
activeProgress
<
3
)
{
if
(
this
.
activeProgress
<
2
)
{
this
.
$message
.
warning
(
'请
完成综合评审
'
)
this
.
$message
.
warning
(
'请
等待面试结果
'
)
return
return
}
}
this
.
$router
.
push
(
'/my/admission'
)
this
.
$router
.
push
(
'/my/admission'
)
...
...
modules/my/admission/form/index.js
浏览文件 @
4a2377e3
//
import xy from './xy'
import
xy
from
'./xy'
import
xfjn
from
'./xfjn'
import
xfjn
from
'./xfjn'
export
default
function
(
_this
)
{
export
default
function
(
_this
)
{
...
@@ -6,8 +6,8 @@ export default function (_this) {
...
@@ -6,8 +6,8 @@ export default function (_this) {
id
:
'admission'
,
id
:
'admission'
,
title
:
'入学办理'
,
title
:
'入学办理'
,
children
:
[
children
:
[
xfjn
(
_this
)
xfjn
(
_this
)
,
//
xy(_this)
xy
(
_this
)
]
]
}
}
}
}
modules/my/application/components/qrcodePay.vue
浏览文件 @
4a2377e3
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
</div>
<h1>
欢迎您
</h1>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请美国帕克大学硕士项目,本项目的申请费为
<span>
7
00
</span>
元,请扫描二维码以完成报名。
</p>
<p
class=
"t1"
>
申请美国帕克大学硕士项目,本项目的申请费为
<span>
100
00
</span>
元,请扫描二维码以完成报名。
</p>
</div>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
...
...
modules/my/application/form/index.js
浏览文件 @
4a2377e3
...
@@ -14,7 +14,7 @@ export default function (_this) {
...
@@ -14,7 +14,7 @@ export default function (_this) {
declare
(
_this
),
declare
(
_this
),
{
{
id
:
'application_pay'
,
id
:
'application_pay'
,
title
:
'缴
报名
费'
,
title
:
'缴
纳申请
费'
,
visible
()
{
visible
()
{
return
_this
.
visible
&&
_this
.
hasPay
return
_this
.
visible
&&
_this
.
hasPay
}
}
...
...
modules/my/interview/components/qrcodePay.vue
浏览文件 @
4a2377e3
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
</div>
<h1>
欢迎您
</h1>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请美国帕克大学硕士项目,本项目的申请费为
<span>
7
00
</span>
元,请扫描二维码以完成报名。
</p>
<p
class=
"t1"
>
申请美国帕克大学硕士项目,本项目的申请费为
<span>
100
00
</span>
元,请扫描二维码以完成报名。
</p>
</div>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
...
...
modules/my/interview/pay.vue
浏览文件 @
4a2377e3
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<h5-pay
@
update=
"handleUpdateOrder"
v-if=
"isWechat"
></h5-pay>
<h5-pay
@
update=
"handleUpdateOrder"
v-if=
"isWechat"
></h5-pay>
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<div
class=
"pay-ft"
>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
注释:
<br
/>
此处为微信二维码
<br
/>
申请费不退还
</p>
<p
class=
"t2"
>
注释:
<br
/>
此处为微信二维码
。
<br
/>
如果收到帕克大学有条件录取通知书,申请费10000元将当作学费抵消,如果收到帕克大学拒信,申请费10000元将原路退回。
</p>
</div>
</div>
<!--
<el-dialog
title=
"报名费缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"348px"
>
<!--
<el-dialog
title=
"报名费缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"348px"
>
<div
class=
"dialog-pay"
>
<div
class=
"dialog-pay"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论