|
|
|
@ -9,7 +9,8 @@
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
<div style="margin-top:5px;">
|
|
|
|
<div style="margin-top:5px;">
|
|
|
|
<!--<el-alert title="支付通道暂时有问题,如需急用,可加客服微信 K-coder 手动帮您支付" type="warning" :closable="false" />-->
|
|
|
|
<!--<el-alert title="支付通道暂时有问题,如需急用,可加客服微信 K-coder 手动帮您支付" type="warning" :closable="false" />-->
|
|
|
|
<el-alert title="第一次充值建议先小额进行试用,充值最高100元,如遇支付受限,请点支付受限按钮" type="warning" :closable="false" />
|
|
|
|
<!--<el-alert title="第一次充值建议先小额进行试用,充值最高100元,如遇支付受限,请点支付受限按钮" type="warning" :closable="false" />-->
|
|
|
|
|
|
|
|
<el-alert title="第一次充值建议先小额进行试用,充值最高100元" type="warning" :closable="false" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="main2">
|
|
|
|
<div class="main2">
|
|
|
|
<el-card class="box-card">
|
|
|
|
<el-card class="box-card">
|
|
|
|
@ -77,7 +78,7 @@
|
|
|
|
<template #footer>
|
|
|
|
<template #footer>
|
|
|
|
<div class="dialog-footer" v-if="payType == '1'">
|
|
|
|
<div class="dialog-footer" v-if="payType == '1'">
|
|
|
|
<el-button @click="open = false">取 消</el-button>
|
|
|
|
<el-button @click="open = false">取 消</el-button>
|
|
|
|
<el-button type="danger" @click="payType = 2">支付受限请点击我</el-button>
|
|
|
|
<el-button type="primary" @click="open = false">确认</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="dialog-footer" v-if="payType == '2'">
|
|
|
|
<div class="dialog-footer" v-if="payType == '2'">
|
|
|
|
<el-button @click="open = false">取 消</el-button>
|
|
|
|
<el-button @click="open = false">取 消</el-button>
|
|
|
|
|