细节优化

This commit is contained in:
kron
2025-06-15 20:55:34 +08:00
parent 448f88a77e
commit c2b2d0bf99
12 changed files with 52 additions and 14 deletions

View File

@@ -77,6 +77,9 @@ const nextStep = async () => {
scores.value = [];
await createPractise(total);
step.value = 4;
setTimeout(() => {
start.value = true;
}, 500);
} else if (step.value === 5) {
uni.navigateBack({
delta: 1,