提交 c321c8e1 编写于 作者: D DebugIsFalse

Update [id].vue

上级 381597b0
......@@ -69,7 +69,7 @@
</template>
<div class="text-xs pl-5" v-else>找到 {{ sourceCount }} 条来源</div>
</template>
<div class="text-base flex items-center gap-1" v-if="item.ansLoading">
<div class="text-base flex items-center gap-1" v-if="item.ansLoading !== undefined">
<UIcon name="i-heroicons-pencil-square" />
整理答案
</div>
......@@ -78,7 +78,7 @@
</UAccordion>
</UCard>
<div class="text-xl flex items-center space-x-1">
<div class="text-xl flex items-center space-x-1" v-if="item.ansLoading !== undefined">
<UIcon name="i-heroicons-chat-bubble-left-right-20-solid" />
<span>{{ item.ansLoading ? '回答中' : '回答' }}</span>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册