From b881230fb76d8feee82f6d54eca90fe0c012a5ec Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 25 十二月 2024 10:32:24 +0800
Subject: [PATCH] 教学互动提交

---
 packageBookService/pages/bookServices/examination/examination.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/examination.js b/packageBookService/pages/bookServices/examination/examination.js
index 357ec3c..f86f755 100644
--- a/packageBookService/pages/bookServices/examination/examination.js
+++ b/packageBookService/pages/bookServices/examination/examination.js
@@ -2460,7 +2460,7 @@
       // 鍋氬畬浜嗕笖鍔犲叆浜嗙彮绾э紝鎻愪氦鍒癿essage
       if (this.data.classList.length && this.data.joinGroup) {
         this.data.classList.forEach(item => {
-          if (item.linkProductDto.product.id == this.data.bookId)
+          if (item.linkProductDto.product.id == this.data.bookId && item.topicId)
             this.newTopicMessage(item.topicId)
         })
         this.setinteractionInfo()
@@ -2501,7 +2501,7 @@
           path: this.data.productLinkPath,
           content
         }),
-        type: 'Normal',
+        type: 'Public',
         cmsTypeRefCode: '',
         newDataListRequest: []
       }

--
Gitblit v1.9.1