From 3a54c6c78d0d08c627952c81daa5d2839fa054a6 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 25 十二月 2024 10:02:37 +0800 Subject: [PATCH] 教学互动显示 --- packageBookService/pages/bookServices/examination/examination.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/examination.js b/packageBookService/pages/bookServices/examination/examination.js index 357ec3c..320d1a5 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() -- Gitblit v1.9.1