QYF-GitLab1
20 小时以前 cf7e71c6d0fb64eeb6b5deac540da843b4bb465c
src/views/classManage/interactionDetail.vue
@@ -187,7 +187,7 @@
}
onMounted(() => {
  defaultCmsPath.value = classInfo.bookRefCode ? 'jsek_digitalTextbooks' : 'defaultGoodsStore3'
  defaultCmsPath.value = classInfo.bookRefCode ? '*' : 'defaultGoodsStore3'
  getMessage()
})
@@ -200,7 +200,6 @@
      path: defaultCmsPath.value,
      queryType: '*',
      productId: classInfo.bookId,
      storeInfo: defaultCmsPath.value,
      cmsPath: item.path,
      itemFields: {
        Embedded_QuestionBank_AnalysisCon: [],
@@ -336,6 +335,7 @@
      z-index: 99;
      background: #fff;
      box-shadow: 0px 0px 20px 1px #eeeeee83;
      box-sizing: border-box;
    }
    .contentBox {
      width: 100%;
@@ -355,7 +355,7 @@
          color: #333;
          line-height: 30px;
          text-align: left;
          border-left: 6px solid #ff6c00;
          border-left: 6px solid #019e58;
          padding-left: 10px;
        }
      }
@@ -365,7 +365,7 @@
      box-sizing: border-box;
      min-height: 750px;
      .userName {
        color: #ff6d00;
        color: #019e58;
      }
    }
  }