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

Merge branch 'beta' into 'master'

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

See merge request !167
parents cf72dd8d 1bdd4291
......@@ -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