提交 775c5c39 authored 作者: 王鹏飞's avatar 王鹏飞

feat: 新增缴费记录

上级 c38fb9ef
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
@back="$router.push('/my/account')" @back="$router.push('/my/account')"
> >
<template #aside-append> <template #aside-append>
<!-- <div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> --> <div class="aside-payment"><a href="https://accounts.ezijing.com/payment" target="_blank">查看缴费记录</a></div>
<div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div>
</template> </template>
<!-- 首页 --> <!-- 首页 -->
<app-home v-if="currentActive === 'account'" /> <app-home v-if="currentActive === 'account'" />
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
v-if="detail" v-if="detail"
> >
<template #aside-append> <template #aside-append>
<!-- <div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> --> <div class="aside-payment"><a href="https://accounts.ezijing.com/payment" target="_blank">查看缴费记录</a></div>
<div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div>
</template> </template>
<!-- 入学协议 --> <!-- 入学协议 -->
<!-- <template #content v-if="currentActive === 'admission_xy'"> <!-- <template #content v-if="currentActive === 'admission_xy'">
......
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
> >
<template #aside-append> <template #aside-append>
<div class="aside-preview" @click="dialogVisible = true" v-if="visible">预览全部</div> <div class="aside-preview" @click="dialogVisible = true" v-if="visible">预览全部</div>
<!-- <div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> --> <div class="aside-payment"><a href="https://accounts.ezijing.com/payment" target="_blank">查看缴费记录</a></div>
<div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div>
</template> </template>
<!-- 报名缴费 --> <!-- 报名缴费 -->
<template #content v-if="currentActive === 'application_pay'"> <template #content v-if="currentActive === 'application_pay'">
......
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
@next="handleNext" @next="handleNext"
> >
<template #aside-append> <template #aside-append>
<!-- <div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div> --> <div class="aside-payment"><a href="https://accounts.ezijing.com/payment" target="_blank">查看缴费记录</a></div>
<div class="aside-logout" @click="$store.dispatch('logout')"><span>退出登录</span></div>
</template> </template>
</vue-form> </vue-form>
<app-complete :type="1" v-model="completeVisible"></app-complete> <app-complete :type="1" v-model="completeVisible"></app-complete>
......
...@@ -71,5 +71,16 @@ export default { ...@@ -71,5 +71,16 @@ export default {
border-top: 1px solid #eee; border-top: 1px solid #eee;
cursor: pointer; cursor: pointer;
} }
.aside-payment {
position: absolute;
left: 0;
right: 0;
bottom: 50px;
margin: 0 10px;
padding: 12px;
font-size: 12px;
color: #57acff;
text-align: center;
}
} }
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论