From 6df96b3e7a7da1985ee875e84711e9f15c5fbff0 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 24 十二月 2024 18:25:02 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- 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