mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
提交
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user