Commit b0ff48a4 authored by nick zheng's avatar nick zheng

fix: 应用提问追问加载展示时机

parent c5c260d7
......@@ -230,6 +230,7 @@ function handleMessageSend() {
isAnswerResponseLoading: false,
})
isAnswerResponseLoading.value = false
isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent)
emit('updatePageScroll')
blockMessageResponse()
......@@ -265,7 +266,6 @@ function handleMessageSend() {
},
onFinally: () => {
controller = null
isAnswerResponseLoading.value = false
userStore.fetchUpdateEquityInfo()
},
})
......
......@@ -207,6 +207,7 @@ function handleMessageSend() {
isAnswerResponseLoading: false,
})
isAnswerResponseLoading.value = false
isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent)
emit('updatePageScroll')
blockMessageResponse()
......@@ -242,7 +243,6 @@ function handleMessageSend() {
},
onFinally: () => {
controller = null
isAnswerResponseLoading.value = false
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