提交 4a2377e3 authored 作者: lhh's avatar lhh

update

上级 8f1416a8
......@@ -28,7 +28,7 @@ export default {
{
web_img_uri: 'https://webapp-pub.ezijing.com/project/park/feature_1.png',
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',
......@@ -38,7 +38,7 @@ export default {
{
web_img_uri: 'https://webapp-pub.ezijing.com/project/park/feature_3.png',
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',
......
......@@ -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 4" :key="index">
<el-step v-for="(item, index) in 3" :key="index">
<template #title>{{ getProgressStatusText(index) }}</template>
</el-step>
</el-steps>
......@@ -53,8 +53,8 @@ export default {
0: ['FILLING'],
1: ['INTERVIEW_APPLICATION', 'AUDITION', 'INTERVIEW', 'PREPAYMENT'],
2: ['REGISTRATION', 'PAYMENT'],
3: ['CLOSED'],
4: ['FINISHED']
3: ['CLOSED', 'FINISHED']
// 4: ['']
},
result: {},
welcomeShow: false
......@@ -67,10 +67,12 @@ export default {
activeProgress() {
for (const key in this.submissionStage) {
const list = this.submissionStage[key]
console.log(this.material.submission_stage, 'this.material.submission_stage')
if (list.includes(this.material.submission_stage)) {
// if (key === '3' && !this.isPay) {
// return 2
// }
console.log(parseInt(key), 'parseInt(key)parseInt(key)')
return parseInt(key)
}
}
......@@ -123,7 +125,7 @@ export default {
// 申请面试
toInterview() {
if (this.activeProgress < 1) {
this.$message.warning('请完成报名申请并缴报名费')
this.$message.warning('请完成报名申请')
return
}
this.$router.push('/my/interview')
......@@ -137,8 +139,8 @@ export default {
},
// 办理入学
toAdmission() {
if (this.activeProgress < 3) {
this.$message.warning('请完成综合评审')
if (this.activeProgress < 2) {
this.$message.warning('请等待面试结果')
return
}
this.$router.push('/my/admission')
......
// import xy from './xy'
import xy from './xy'
import xfjn from './xfjn'
export default function (_this) {
......@@ -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>700</span>元,请扫描二维码以完成报名。</p>
<p class="t1">申请美国帕克大学硕士项目,本项目的申请费为<span>10000</span>元,请扫描二维码以完成报名。</p>
</div>
<div class="qrcode-error" v-if="qrcodeError">
生成二维码失败请刷新<i class="el-icon-refresh-left" @click="getOrder" title="刷新"></i>
......
......@@ -14,7 +14,7 @@ export default function (_this) {
declare(_this),
{
id: 'application_pay',
title: '缴报名费',
title: '缴纳申请费',
visible() {
return _this.visible && _this.hasPay
}
......
......@@ -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>700</span>元,请扫描二维码以完成报名。</p>
<p class="t1">申请美国帕克大学硕士项目,本项目的申请费为<span>10000</span>元,请扫描二维码以完成报名。</p>
</div>
<div class="qrcode-error" v-if="qrcodeError">
生成二维码失败请刷新<i class="el-icon-refresh-left" @click="getOrder" title="刷新"></i>
......
......@@ -4,7 +4,7 @@
<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 />申请费不退还</p>
<p class="t2">注释:<br />此处为微信二维码<br />如果收到帕克大学有条件录取通知书,申请费10000元将当作学费抵消,如果收到帕克大学拒信,申请费10000元将原路退回。</p>
</div>
<!-- <el-dialog title="报名费缴费成功" :visible.sync="dialogVisible" :center="true" :close-on-click-modal="false" width="348px">
<div class="dialog-pay">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论