保存进度!

This commit is contained in:
2023-08-31 20:34:36 +08:00
parent 4d03abde27
commit 7c5da24f5a
2 changed files with 17 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
</div>
</div>
<div class="right-wrapper">
<h1>本大爷</h1>
<CallerArchievementComponent :this-month-premium="ui.totalArchievement" />
<div class="carousel-item">
<el-carousel
arrow="never"
@@ -106,6 +106,7 @@ import ArchievementCompleteRateComponent from "@/components/ArchievementComplete
import HonorListComponent from "@/components/HonorListComponent.vue";
import DishonorListComponent from "@/components/DishonorListComponent.vue";
import RankingListComponent from "@/components/RankingListComponent.vue";
import CallerArchievementComponent from "@/components/CallerArchievementComponent.vue";
import { logout } from "@/utils/account.js";
import { type TelSaler } from "@/types/cpicxim/TelSaler";
@@ -132,6 +133,7 @@ export default {
HonorListComponent,
DishonorListComponent,
RankingListComponent,
CallerArchievementComponent,
},
setup()
{