先同步一下

This commit is contained in:
daihh
2022-10-21 18:25:27 +08:00
parent 3654fa9948
commit f11eea27e6
3 changed files with 6 additions and 6 deletions

View File

@@ -161,8 +161,7 @@
</div>
</div>
<div v-show="courestab==2" class="coures-comments" style="margin-left:17px">
<comments v-if="courseInfo.id && courseInfo.id != ''" :obj-type="1" :obj-id="courseInfo.id"
:toUsers="toUsers"></comments>
<comments v-if="courseInfo.id && courseInfo.id != ''" :obj-type="1" :obj-id="courseInfo.id" :toUsers="toUsers"></comments>
</div>
<div v-show="courestab==3" class="coures-note">
<note-comments :key="timer" v-if="courseInfo.id && courseInfo.id != ''" :obj-type="6" :obj-id="courseInfo.id" :name="courseInfo.name"></note-comments>