This commit is contained in:
joylink_zhaoerwei 2024-07-15 14:23:22 +08:00
parent 509e16aced
commit 55f59286c1

View File

@ -740,7 +740,7 @@ func nextStep():
await voiceCommunication.speech_record_check(step.checkVoice) await voiceCommunication.speech_record_check(step.checkVoice)
if !step.has('notNestStepAfterFinisnCheckVoice') : if !step.has('notNestStepAfterFinisnCheckVoice') :
nextStep() nextStep()
if !step.has('doAfterFinisnCheckVoice') : if step.has('doAfterFinisnCheckVoice') :
step['doAfterFinisnCheckVoice'].call() step['doAfterFinisnCheckVoice'].call()
if step.play: if step.play:
var sound = load(step.playPath) var sound = load(step.playPath)