This commit is contained in:
yuping
2022-12-13 04:31:26 +08:00
parent e846a7575e
commit 8cb5831161
4 changed files with 24 additions and 24 deletions

View File

@@ -106,17 +106,17 @@
types.toName[value.type] || ''
}}
</div>
<div :style="{ display: value.status === 1 ? 'block' : 'none' }">
<div
class="goclass"
:style="{ display: value.currentRatio === 0 ? 'none' : 'flex' }">去上课
</div>
<img
style="width: 76px; height: 76px; margin-right: 61px"
:style="{ display: value.currentRatio === 0 ? 'flex' : 'none' }"
src="../../assets/image/pathdetails/notstarted.png"
/>
</div>
<!-- <div :style="{ display: value.status === 1 ? 'block' : 'none' }">-->
<!-- <div-->
<!-- class="goclass"-->
<!-- :style="{ display: value.currentRatio === 0 ? 'none' : 'flex' }">去上课-->
<!-- </div>-->
<!-- <img-->
<!-- style="width: 76px; height: 76px; margin-right: 61px"-->
<!-- :style="{ display: value.currentRatio === 0 ? 'flex' : 'none' }"-->
<!-- src="../../assets/image/pathdetails/notstarted.png"-->
<!-- />-->
<!-- </div>-->
</div>
</div>
<!-- <div class="tag1">必修</div>
@@ -553,7 +553,7 @@ const types = ref({
5: '去完成',
6: '去签到',
7: '外链',
8: '去讨论',
8: '/discusspage',
9: '去完成',
10: '去完成',
11: '去完成',