w
litian
2024-09-27 7ea0557d0621a0df6cac9bb941cdd668745fbcc9
packageBookService/pages/bookServices/detail/components/learnTask/index.js
@@ -99,7 +99,7 @@
    app.MG.identity
      .getUserKey({
        domain: 'cloudLearningTime',
        keys: [this.data.bookId + '']
        keys: [this.data.bookId]
      })
      .then((res) => {
        if (res.length > 0 && JSON.parse(res[0].value) && JSON.parse(res[0].value).length > 0) {
@@ -176,7 +176,7 @@
            menuList: dataList,
            loading: false,
          });
        }, 200)
        }, 500)
        if (this.data.taskId) {
          setTimeout(() => {
            this.data.menuList.forEach((item) => {
@@ -268,7 +268,7 @@
                name: this.data.name || content.userName,
                school: this.data.school || content.school,
                class: this.data.class || content.class,
                learnTime: content.learnTime,
                learnTime: this.data.learnTime,
              });
              if (this.data.name && this.data.school && this.data.class) {
                this.setData({