This commit is contained in:
zhaofang
2022-09-02 18:16:34 +08:00
parent f998be66c8
commit 3d7fd2ff20
2 changed files with 21 additions and 5 deletions

View File

@@ -54,10 +54,8 @@
<div style="display: flex;justify-content:space-between;">
<div style="width: 120px;">
<author :avatar="qa.authorInfo.avatar" :name="qa.authorInfo.name" :sex="qa.authorInfo.sex"></author>
<!-- <author :avatar="qa.authorInfo.avatar" :name="qa.authorInfo.name" :info="qa.authorInfo.orgInfo"></author> -->
</div>
<div><interactBar nodeWidth="60px" :readonly="true" :type="4" :data="qa" @addAnswers="qaAnswer(qa)" :shares="true" :comments="false" :answers="true" :clickAnswer="true" :views="false"></interactBar></div>
<!-- <div class="qa-info-re" @click="qaAnswer(qa)">快速回答</div> -->
</div>
</div>
</div>