接口参数修改
This commit is contained in:
@@ -26,7 +26,7 @@ const practiseId = ref("");
|
||||
const showGuide = ref(false);
|
||||
|
||||
const onReady = async () => {
|
||||
const result = await createPractiseAPI(total);
|
||||
const result = await createPractiseAPI(total, 3);
|
||||
if (result) practiseId.value = result.id;
|
||||
scores.value = [];
|
||||
start.value = true;
|
||||
|
||||
Reference in New Issue
Block a user