mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
fix(achievements): 修正对应关系
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
<v-card
|
<v-card
|
||||||
v-for="achievement in selectedIndex === -1
|
v-for="achievement in selectedIndex === -1
|
||||||
? achievementsList
|
? achievementsList
|
||||||
: selectedAchievement[selectedIndex]"
|
: selectedAchievement[selectedSeries]"
|
||||||
:key="achievement.id"
|
:key="achievement.id"
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ onMounted(async () => {
|
|||||||
.then(response => {
|
.then(response => {
|
||||||
return response.data.data.post.post.images[0];
|
return response.data.data.post.post.images[0];
|
||||||
});
|
});
|
||||||
console.log(gachaCover);
|
|
||||||
poolInfo.value.push({
|
poolInfo.value.push({
|
||||||
title: gachaPool.title,
|
title: gachaPool.title,
|
||||||
subtitle: gachaPool.content_before_act,
|
subtitle: gachaPool.content_before_act,
|
||||||
|
|||||||
Reference in New Issue
Block a user