提交 1f10b5e8 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 学费押金->留位费

上级 c04082b3
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</div> </div>
<h1>欢迎您</h1> <h1>欢迎您</h1>
<p class="t1"> <p class="t1">
申请斯蒂文斯理工学院工程管理硕士保研项目,需缴纳学费押金<span>20000</span>元,请扫描二维码以完成缴费。 申请斯蒂文斯理工学院工程管理硕士保研项目,需缴纳留位费<span>20000</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>
......
...@@ -21,7 +21,7 @@ export default function(_this) { ...@@ -21,7 +21,7 @@ export default function(_this) {
{ {
required: true, required: true,
id: 'application_pay', id: 'application_pay',
title: '缴纳学费押金', title: '缴纳留位费',
visible() { visible() {
return _this.hasPay return _this.hasPay
} }
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<p>材料补充已完成,请等待招生办进一步通知。</p> <p>材料补充已完成,请等待招生办进一步通知。</p>
</div> </div>
<template #footer> <template #footer>
<el-button type="primary" @click="toPay" v-if="hasPay">缴纳学费押金</el-button> <el-button type="primary" @click="toPay" v-if="hasPay">缴纳留位费</el-button>
<!-- <el-button type="primary" @click="dialogVisible = false">确定</el-button> --> <!-- <el-button type="primary" @click="dialogVisible = false">确定</el-button> -->
</template> </template>
</el-dialog> </el-dialog>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<el-dialog title="缴费成功" :visible.sync="dialogVisible" :center="true" :close-on-click-modal="false" width="400px"> <el-dialog title="缴费成功" :visible.sync="dialogVisible" :center="true" :close-on-click-modal="false" width="400px">
<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>
</el-dialog> </el-dialog>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论