rwd
litian
2024-09-27 46227c41fe5dab991f6c9ab30c9bb318e6eea4fa
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) {