This commit is contained in:
zhaofang
2022-10-29 18:16:35 +08:00
parent 4f61ace5e1
commit 6707dce0bd
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
</span>
</p>
<div>
<interactBar :type="0" :data="item.info" :shares="false" :views="false" :readonly="true"></interactBar>
<interactBar :type="0" :data="item.info" :comments="false" :shares="false" :views="false" :readonly="true"></interactBar>
</div>
</li>
</ul>

View File

@@ -15,7 +15,7 @@
</span>
</p>
<div>
<interactBar :type="0" :data="item" :shares="false" :views="false" :readonly="true"></interactBar>
<interactBar :type="0" :data="item" :shares="false" :comments="false" :views="false" :readonly="true"></interactBar>
</div>
</li>
</ul>