fix(achievements): 修正对应关系

This commit is contained in:
BTMuli
2023-03-12 20:47:42 +08:00
parent 4fdfe5f4ad
commit 706750fab3
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
<v-card
v-for="achievement in selectedIndex === -1
? achievementsList
: selectedAchievement[selectedIndex]"
: selectedAchievement[selectedSeries]"
:key="achievement.id"
style="margin-bottom: 10px"
>

View File

@@ -92,7 +92,6 @@ onMounted(async () => {
.then(response => {
return response.data.data.post.post.images[0];
});
console.log(gachaCover);
poolInfo.value.push({
title: gachaPool.title,
subtitle: gachaPool.content_before_act,