From 32702d7bf48ed961e8f89f487fb5de264b7649cc Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期日, 24 八月 2025 22:10:36 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website

---
 src/views/classManage/interactionDetail.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/classManage/interactionDetail.vue b/src/views/classManage/interactionDetail.vue
index eae93e5..7ac64d7 100644
--- a/src/views/classManage/interactionDetail.vue
+++ b/src/views/classManage/interactionDetail.vue
@@ -187,7 +187,7 @@
 }
 
 onMounted(() => {
-  defaultCmsPath.value = classInfo.bookRefCode ? '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%;

--
Gitblit v1.9.1