Commit 449f5c7e authored by 杨梦雪's avatar 杨梦雪

更改支付提示弹框

parent 6cd392e1
...@@ -106,7 +106,19 @@ ...@@ -106,7 +106,19 @@
width="30%" width="30%"
:before-close="handleClose" :before-close="handleClose"
> >
<span>电脑端打开付款二维码后不允许切换手机端</span> <div class="margin1">
如您使用手机报名:点击“确认”后将直接发起微信支付,按照指引完成支付即可。
</div>
<div class="margin1">
如您使用电脑报名:点击“确认”后系统将出现支付二维码,使用手机微信或支付宝扫码,按照指引完成支付即可。
</div>
<div>
<div>为保障支付顺利,请注意:</div>
<div>1、请确保支付账户余额充足。</div>
<div>
2、如因支付失败需再次支付时,务必使用和第一次支付时相同的微信或支付宝账号进行操作。
</div>
</div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="dialogPayingVisible = false">取 消</el-button> <el-button @click="dialogPayingVisible = false">取 消</el-button>
<el-button type="primary" @click="toPaying">确 定</el-button> <el-button type="primary" @click="toPaying">确 定</el-button>
...@@ -771,6 +783,11 @@ export default { ...@@ -771,6 +783,11 @@ export default {
.flex { .flex {
display: flex; display: flex;
} }
.margin1 {
margin-bottom: 1rem;
}
::v-deep .hide { ::v-deep .hide {
.el-upload--picture-card { .el-upload--picture-card {
display: none; display: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment