This commit is contained in:
caozehui
2025-06-24 09:22:36 +08:00
parent efcd6e1cfe
commit 5363625a2f
2 changed files with 7 additions and 8 deletions

View File

@@ -407,7 +407,8 @@ watch(ActiveStatue, function (newValue, oldValue) {
}
if (newValue === 'success' && stepsActiveIndex.value < stepsTotalNum.value - 1) {
nextStep() // 实现自动点击,进入下一个测试内容
handleSubmit()
//handleSubmit()
handleSubmitFast()
}
})