闫增涛
2024-12-25 b881230fb76d8feee82f6d54eca90fe0c012a5ec
packageBookService/pages/bookServices/examination/examination.js
@@ -2460,7 +2460,7 @@
      // 做完了且加入了班级,提交到message
      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: []
      }