Commit 1bdd4291 authored by nick zheng's avatar nick zheng

fix: 应用对话语音加载完再提问

parent 9d591336
......@@ -315,7 +315,7 @@ function handleMessageSend() {
isAnswerResponseLoading.value = false
isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent)
emit('updatePageScroll')
blockMessageResponse()
isAnswerResponseWait.value = false
controller = null
userStore.fetchUpdateEquityInfo()
},
......
......@@ -286,7 +286,7 @@ function handleMessageSend() {
isAnswerResponseLoading.value = false
isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent)
emit('updatePageScroll')
blockMessageResponse()
isAnswerResponseWait.value = false
controller = null
userStore.isLogin && userStore.fetchUpdateEquityInfo()
},
......
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