Browse Source

1、blockly课程无权限的课程不需要显示星星

liyanbo 7 tháng trước cách đây
mục cha
commit
49c0f179f6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/programming/ProgrammingList.vue

+ 1 - 0
src/views/programming/ProgrammingList.vue

@@ -48,6 +48,7 @@
                   <div class="bg-image-container" :style="{ backgroundImage: `url(${courseType.bgImage})` }">
                     <!-- 星星图标 -->
                     <div
+                      v-if="!courseType.isDisabled"
                       v-for="starIndex in 5"
                       :key="starIndex"
                       class="star-icon"