Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
3f1405d3
提交
3f1405d3
authored
10月 10, 2024
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
项目站需求修改
上级
203d056f
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
14 行增加
和
12 行删除
+14
-12
home.vue
modules/my/account/home.vue
+2
-2
index.js
modules/my/admission/form/index.js
+2
-2
qrcodePay.vue
modules/my/interview/components/qrcodePay.vue
+1
-1
index.js
modules/my/interview/form/index.js
+3
-3
tjx.js
modules/my/interview/form/tjx.js
+1
-1
ywjl.js
modules/my/interview/form/ywjl.js
+3
-2
pay.vue
modules/my/interview/pay.vue
+2
-1
没有找到文件。
modules/my/account/home.vue
浏览文件 @
3f1405d3
...
...
@@ -12,12 +12,12 @@
<ul
class=
"nav"
>
<li
class=
"nav-application"
@
click=
"toApplication"
></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>
</ul>
<div
class=
"progress"
>
<el-steps
:active=
"activeProgress"
finish-status=
"success"
align-center
>
<el-step
v-for=
"(item, index) in
3
"
:key=
"index"
>
<el-step
v-for=
"(item, index) in
4
"
:key=
"index"
>
<template
#
title
>
{{
getProgressStatusText
(
index
)
}}
</
template
>
</el-step>
</el-steps>
...
...
modules/my/admission/form/index.js
浏览文件 @
3f1405d3
...
...
@@ -6,8 +6,8 @@ export default function (_this) {
id
:
'admission'
,
title
:
'入学办理'
,
children
:
[
xfjn
(
_this
)
,
xy
(
_this
)
xfjn
(
_this
)
//
xy(_this)
]
}
}
modules/my/interview/components/qrcodePay.vue
浏览文件 @
3f1405d3
...
...
@@ -5,7 +5,7 @@
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请美国帕克大学硕士项目,本项目的申请费为
<span>
100
00
</span>
元,请扫描二维码以完成报名。
</p>
<p
class=
"t1"
>
申请美国帕克大学硕士项目,本项目的申请费为
<span>
7
00
</span>
元,请扫描二维码以完成报名。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
...
...
modules/my/interview/form/index.js
浏览文件 @
3f1405d3
...
...
@@ -5,7 +5,7 @@ import ywjl from './ywjl'
// import zp from './zp'
import
ywcjd
from
'./ywcjd'
import
tjx
from
'./tjx'
//
import grcs from './grcs'
import
grcs
from
'./grcs'
import
byzs
from
'./byzs'
import
form
from
'./form'
import
zwjl
from
'./zwjl'
...
...
@@ -18,9 +18,9 @@ export default function (_this) {
// zwjl(_this),
ywjl
(
_this
),
cjd
(
_this
),
//
yynl(_this),
yynl
(
_this
),
tjx
(
_this
),
//
grcs(_this),
grcs
(
_this
),
byzs
(
_this
),
// form(_this),
{
...
...
modules/my/interview/form/tjx.js
浏览文件 @
3f1405d3
export
default
function
(
_this
)
{
return
{
required
:
fals
e
,
required
:
tru
e
,
id
:
'interview_tjx'
,
title
:
'推荐信'
,
get
:
{
...
...
modules/my/interview/form/ywjl.js
浏览文件 @
3f1405d3
...
...
@@ -2,7 +2,7 @@ export default function (_this) {
return
{
required
:
true
,
id
:
'interview_ywjl'
,
title
:
'
中
英文简历'
,
title
:
'英文简历'
,
get
:
{
callback
(
data
)
{
const
{
attachments
=
[]
}
=
_this
.
detail
.
material
...
...
@@ -22,8 +22,9 @@ export default function (_this) {
deleteAction
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/attachments/
${
process
.
env
.
projectId
}
/delete`
,
data
:
{
file_type
:
'RESUME_EN'
}
},
// [<a href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/xmn/%E4%B8%AD%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="中文简历模板">下载中文简历模板</a>]
append
:
`
<p>请下载填写简历模板后上传 [<a href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/xmn/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="英文简历模板">下载英文简历模板</a>]
[<a href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/xmn/%E4%B8%AD%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="中文简历模板">下载中文简历模板</a>]
</p>
<p>请下载填写简历模板后上传 [<a href="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/xmn/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="英文简历模板">下载英文简历模板</a>]</p>
<p>请将简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
]
...
...
modules/my/interview/pay.vue
浏览文件 @
3f1405d3
...
...
@@ -4,7 +4,8 @@
<h5-pay
@
update=
"handleUpdateOrder"
v-if=
"isWechat"
></h5-pay>
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
注释:
<br
/>
此处为微信二维码。
<br
/>
如果收到帕克大学有条件录取通知书,申请费10000元将当作学费抵消,如果收到帕克大学拒信,申请费10000元将原路退回。
</p>
<!--
<p
class=
"t2"
>
注释:
<br
/>
此处为微信二维码。
<br
/>
如果收到帕克大学有条件录取通知书,申请费10000元将当作学费抵消,如果收到帕克大学拒信,申请费10000元将原路退回。
</p>
-->
<p
class=
"t2"
>
注释:
<br
/>
申请费不退还
</p>
</div>
<!--
<el-dialog
title=
"报名费缴费成功"
:visible
.
sync=
"dialogVisible"
:center=
"true"
:close-on-click-modal=
"false"
width=
"348px"
>
<div
class=
"dialog-pay"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论