提交 3f1405d3 authored 作者: lhh's avatar lhh

项目站需求修改

上级 203d056f
......@@ -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>
......
......@@ -6,8 +6,8 @@ export default function (_this) {
id: 'admission',
title: '入学办理',
children: [
xfjn(_this),
xy(_this)
xfjn(_this)
// xy(_this)
]
}
}
......@@ -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>10000</span>元,请扫描二维码以完成报名。</p>
<p class="t1">申请美国帕克大学硕士项目,本项目的申请费为<span>700</span>元,请扫描二维码以完成报名。</p>
</div>
<div class="qrcode-error" v-if="qrcodeError">
生成二维码失败请刷新<i class="el-icon-refresh-left" @click="getOrder" title="刷新"></i>
......
......@@ -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),
{
......
export default function (_this) {
return {
required: false,
required: true,
id: 'interview_tjx',
title: '推荐信',
get: {
......
......@@ -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>`
}
]
......
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论