提交 364b6da4 authored 作者: lihuihui's avatar lihuihui

新增提示

上级 ef424ece
<template> <template>
<div class="list-box"> <div class="list-box">
<template v-for="(item, index) in data"> <template v-for="(item, index) in data.list">
<div class="item-box" :key="index"> <div class="item-box" :key="index">
<div class="left"> <div class="left">
<div class="title">三级认证申请</div> <div class="title">三级认证申请</div>
...@@ -30,9 +30,12 @@ ...@@ -30,9 +30,12 @@
</div> </div>
</template> </template>
<!-- <div class="btn" @click="orderPays" style="font-size:30px;position: relative;z-index: 999;">支付</div> --> <!-- <div class="btn" @click="orderPays" style="font-size:30px;position: relative;z-index: 999;">支付</div> -->
<template v-if="data.length == 0"> <template v-if="data.list.length == 0 && data.type == 1">
<van-empty description="您还没有提交申请"/> <van-empty description="您还没有提交申请"/>
<div class="list-btn" v-if="data.length == 0" @click="apply">申请三级认证</div> <div class="list-btn" v-if="data.list.length == 0" @click="apply">申请三级认证</div>
</template>
<template v-if="data.type == 2">
<van-empty description="数据已过期,请等待下次统一办理。"/>
</template> </template>
<h5-pay :productId="productId" ref="h5pay"></h5-pay> <h5-pay :productId="productId" ref="h5pay"></h5-pay>
</div> </div>
......
...@@ -10,7 +10,7 @@ module.exports = { ...@@ -10,7 +10,7 @@ module.exports = {
}, },
proxy: { proxy: {
'/api': { '/api': {
target: 'https://alumni.ezijing.com' target: 'https://alumni2.ezijing.com'
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论