Commit baec2d48 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

Beta

See merge request !125
parents 64cb7700 b0ff48a4
...@@ -230,6 +230,7 @@ function handleMessageSend() { ...@@ -230,6 +230,7 @@ function handleMessageSend() {
isAnswerResponseLoading: false, isAnswerResponseLoading: false,
}) })
isAnswerResponseLoading.value = false
isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent) isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent)
emit('updatePageScroll') emit('updatePageScroll')
blockMessageResponse() blockMessageResponse()
...@@ -265,7 +266,6 @@ function handleMessageSend() { ...@@ -265,7 +266,6 @@ function handleMessageSend() {
}, },
onFinally: () => { onFinally: () => {
controller = null controller = null
isAnswerResponseLoading.value = false
userStore.fetchUpdateEquityInfo() userStore.fetchUpdateEquityInfo()
}, },
}) })
......
...@@ -207,6 +207,7 @@ function handleMessageSend() { ...@@ -207,6 +207,7 @@ function handleMessageSend() {
isAnswerResponseLoading: false, isAnswerResponseLoading: false,
}) })
isAnswerResponseLoading.value = false
isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent) isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent)
emit('updatePageScroll') emit('updatePageScroll')
blockMessageResponse() blockMessageResponse()
...@@ -242,7 +243,6 @@ function handleMessageSend() { ...@@ -242,7 +243,6 @@ function handleMessageSend() {
}, },
onFinally: () => { onFinally: () => {
controller = null controller = null
isAnswerResponseLoading.value = false
userStore.fetchUpdateEquityInfo() 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