完成不同练习生成不同截图
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user