QYF-GitLab1
20 小时以前 cf7e71c6d0fb64eeb6b5deac540da843b4bb465c
src/views/personalCenter/course.vue
@@ -235,9 +235,9 @@
      pages.count = res.totalSize
      courseList.value = res.datas.map((item: any) => {
        if (item.icon) {
          item.icon = getPublicImage(item.icon, 80)
          item.icon = getPublicImage(item.icon, '', 140)
        } else if (item.linkProduct?.icon) {
          item.icon = getPublicImage(item.linkProduct.icon, 80)
          item.icon = getPublicImage(item.linkProduct.icon, '', 140)
        } else {
          item.icon = defaultImg
        }
@@ -538,8 +538,8 @@
        flex: 1;
        display: flex;
        .imgBox {
          width: 90px;
          height: 120px;
          width: 110px;
          height: 140px;
          margin-right: 20px;
          box-shadow: 0px 0px 20px 1px #ccc;
        }