提交 829f4f35 authored 作者: 王鹏飞's avatar 王鹏飞

fix: 报名费 -> 申请费

上级 e641b777
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,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')
......
...@@ -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: '缴申请费',
show: false, show: false,
visible() { visible() {
return _this.visible && _this.hasPay return _this.visible && _this.hasPay
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</p> </p>
</div> </div>
<el-dialog <el-dialog
title="报名费缴费成功" title="申请费缴费成功"
:visible.sync="dialogVisible" :visible.sync="dialogVisible"
:center="true" :center="true"
:close-on-click-modal="false" :close-on-click-modal="false"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</div> </div>
<h1>欢迎您</h1> <h1>欢迎您</h1>
<p class="t1"> <p class="t1">
申请雪城大学硕士保研项目,本项目的报名费为<span>700</span>元,请扫描二维码以完成报名。 申请雪城大学硕士保研项目,本项目的申请费为<span>700</span>元,请扫描二维码以完成报名。
</p> </p>
</div> </div>
<div class="qrcode-error" v-if="qrcodeError">生成二维码失败请刷新<i class="el-icon-refresh-left" @click="getOrder" title="刷新"></i></div> <div class="qrcode-error" v-if="qrcodeError">生成二维码失败请刷新<i class="el-icon-refresh-left" @click="getOrder" title="刷新"></i></div>
......
...@@ -23,7 +23,7 @@ export default function(_this) { ...@@ -23,7 +23,7 @@ export default function(_this) {
{ {
required: true, required: true,
id: 'application_pay', id: 'application_pay',
title: '缴报名费' title: '缴申请费'
} }
// ywcjd(_this), tjx(_this), grcs(_this), byzs(_this), form(_this) // ywcjd(_this), tjx(_this), grcs(_this), byzs(_this), form(_this)
] ]
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
<div class="pay-ft"> <div class="pay-ft">
<p class="t2">注释:<br />此处为微信二维码<br />申请费不退还</p> <p class="t2">注释:<br />此处为微信二维码<br />申请费不退还</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">
<div class="icon"><img src="https://webapp-pub.ezijing.com/project/application/images/icon_success.png" /></div> <div class="icon"><img src="https://webapp-pub.ezijing.com/project/application/images/icon_success.png" /></div>
<p>报名费已成功缴纳,请点击申请面试并等待招生办进一步通知</p> <p>申请费已成功缴纳,请点击申请面试并等待招生办进一步通知</p>
</div> </div>
<template #footer> <template #footer>
<el-button type="primary" @click="$emit('submit')">申请面试</el-button> <el-button type="primary" @click="$emit('submit')">申请面试</el-button>
......
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
<div class="pay-ft"> <div class="pay-ft">
<p class="t2"> <p class="t2">
欢迎您申请雪城大学硕士<br /> 欢迎您申请雪城大学硕士<br />
申请流程:①支付报名费②填写报名资料并提供相关材料(身份证扫描件、毕业证书扫描件、2寸照片)③参加面试④获得录取⑤缴纳学费并签署入学协议⑥入学学习(办 申请流程:①支付申请费②填写报名资料并提供相关材料(身份证扫描件、毕业证书扫描件、2寸照片)③参加面试④获得录取⑤缴纳学费并签署入学协议⑥入学学习(办
理入学手续:提供成绩单、学籍注册等)<br />申请费提交后不予退还 理入学手续:提供成绩单、学籍注册等)<br />申请费提交后不予退还
</p> </p>
</div> </div>
<el-dialog title="报名费缴费成功" :visible.sync="dialogVisible" :center="true" :show-close="false" :close-on-click-modal="false" width="348px"> <el-dialog title="申请费缴费成功" :visible.sync="dialogVisible" :center="true" :show-close="false" :close-on-click-modal="false" width="348px">
<div class="dialog-pay"> <div class="dialog-pay">
<p>请按照要求填写报名所需材料,完成“提交报名申请”及“申请面试”</p> <p>请按照要求填写报名所需材料,完成“提交报名申请”及“申请面试”</p>
<div class="icon"><img src="https://webapp-pub.ezijing.com/project/application/images/icon_success.png" /></div> <div class="icon"><img src="https://webapp-pub.ezijing.com/project/application/images/icon_success.png" /></div>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<li>7.本科学历学位证明/本科在读证明(中、英文)</li> <li>7.本科学历学位证明/本科在读证明(中、英文)</li>
<li>8.个人陈述(英文)</li> <li>8.个人陈述(英文)</li>
<li>9.推荐信2封(英文)</li> <li>9.推荐信2封(英文)</li>
<li>注:报名费人民币700元</li> <li>注:申请费人民币700元</li>
</ul> </ul>
</div> </div>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论