完成不同练习生成不同截图

This commit is contained in:
kron
2025-06-21 12:59:59 +08:00
parent c1148d6e51
commit a9f4f22622
13 changed files with 177 additions and 63 deletions

View File

@@ -26,7 +26,7 @@ const toMatchDetail = (id) => {
};
const getPractiseDetail = async (id) => {
const result = await getPractiseAPI(id);
arrows.value = JSON.parse(result.UserPracticeRound.arrows);
arrows.value = result.arrows;
showBowData.value = true;
};
const onMatchLoading = async (page) => {