Commit 7e3d333a authored by nick zheng's avatar nick zheng

fix: 对话开启语音时清空对话列表后语音加载恢复默认值

parent 05a12c19
......@@ -326,6 +326,7 @@ function handleClearAllMessage() {
function blockMessageResponse() {
controller?.abort()
isAnswerResponseWait.value = false
messageAudioLoading.value = false
userStore.fetchUpdateEquityInfo()
}
......
......@@ -295,6 +295,7 @@ function handleClearAllMessage() {
function blockMessageResponse() {
controller?.abort()
isAnswerResponseWait.value = false
messageAudioLoading.value = false
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