mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
fix(achievements): 修正对应关系
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<v-card
|
||||
v-for="achievement in selectedIndex === -1
|
||||
? achievementsList
|
||||
: selectedAchievement[selectedIndex]"
|
||||
: selectedAchievement[selectedSeries]"
|
||||
:key="achievement.id"
|
||||
style="margin-bottom: 10px"
|
||||
>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user