11
QYF-GitLab1
2025-01-08 67a890445ceac9785ee62877b1e656fa4aeb0d5e
packageCourse/components/teaching/index.js
@@ -96,6 +96,7 @@
                cmsPath: data.productLinkPath
              })
              .then((res) => {
                try {
                const dataTeach = res.datas.cmsDatas[0]?.datas.find(
                  (item) => item.refCode == 'jsek_interaction'
                )
@@ -146,6 +147,12 @@
                      })
                    }
                  })
                } catch (error) {
                  this.setData({
                    cmsDataList: [],
                    loading: false
                  })
                }
              })
          } catch (error) {
            this.setData({