From afe2fbc5b0375c7c06853fc981deec74e04fd630 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期日, 24 八月 2025 11:30:40 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website --- src/views/classManage/interactionDetail.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/classManage/interactionDetail.vue b/src/views/classManage/interactionDetail.vue index c0a0fd8..5232036 100644 --- a/src/views/classManage/interactionDetail.vue +++ b/src/views/classManage/interactionDetail.vue @@ -187,7 +187,7 @@ } onMounted(() => { - defaultCmsPath.value = classInfo.bookRefCode ? 'jsek_digitalTextbooks' : 'defaultGoodsStore3' + defaultCmsPath.value = classInfo.bookRefCode ? 'digitalTextbooks' : 'defaultGoodsStore3' getMessage() }) @@ -200,7 +200,6 @@ path: defaultCmsPath.value, queryType: '*', productId: classInfo.bookId, - storeInfo: defaultCmsPath.value, cmsPath: item.path, itemFields: { Embedded_QuestionBank_AnalysisCon: [], @@ -355,7 +354,7 @@ color: #333; line-height: 30px; text-align: left; - border-left: 6px solid #ff6c00; + border-left: 6px solid #019e58; padding-left: 10px; } } @@ -365,7 +364,7 @@ box-sizing: border-box; min-height: 750px; .userName { - color: #ff6d00; + color: #019e58; } } } -- Gitblit v1.9.1