修改点击获取回应前判断登录
This commit is contained in:
@@ -601,6 +601,10 @@ let respondDetail = ref({}) // 已回应列表
|
||||
|
||||
// 打开回应弹窗列表
|
||||
const openPopList = () => {
|
||||
if (isNeedLogin.value) {
|
||||
goLogin()
|
||||
return
|
||||
}
|
||||
respondPopListState.value = true
|
||||
getRespondDetail()
|
||||
}
|
||||
|
Reference in New Issue
Block a user