接口参数修改

This commit is contained in:
kron
2025-11-17 14:15:06 +08:00
parent d9563a25c6
commit bb8f1c715e
4 changed files with 9 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ const onSwiperIndexChange = (index) => {
};
const createPractise = async (arrows) => {
const result = await createPractiseAPI(arrows);
const result = await createPractiseAPI(arrows, 1);
if (result) practiseId.value = result.id;
};