Commit 8b3a0049 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 打开分享链接报错

See merge request !151
parents f239faef 37fa3827
......@@ -267,7 +267,7 @@ function handleMessageSend() {
},
onFinally: () => {
controller = null
userStore.fetchUpdateEquityInfo()
userStore.isLogin && userStore.fetchUpdateEquityInfo()
},
})
......@@ -295,7 +295,7 @@ function handleClearAllMessage() {
function blockMessageResponse() {
controller?.abort()
isAnswerResponseWait.value = false
userStore.fetchUpdateEquityInfo()
userStore.isLogin && userStore.fetchUpdateEquityInfo()
}
function handleToLogin() {
......
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