Commit bab83384 authored by 罗超's avatar 罗超

2

parent d528d11a
...@@ -167,6 +167,7 @@ ...@@ -167,6 +167,7 @@
}, },
todo() { todo() {
emit('next') emit('next')
data.isShowExplain = false
} }
} }
onMounted(() => { onMounted(() => {
......
...@@ -161,6 +161,7 @@ ...@@ -161,6 +161,7 @@
}, },
todo(){ todo(){
emit('next') emit('next')
data.isShowExplain = false
} }
} }
onMounted(()=>{ onMounted(()=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment