bug
litian
2024-09-07 a86f495256ae7a0c2f2ca8427ffc4adfe08a948e
packageBookService/pages/bookServices/detail/components/learnResource/learnResource.js
@@ -63,6 +63,11 @@
      this.setData({
        buy: type
      })
    },
    goLearnTask() {
      wx.navigateTo({
        url: `/packageBookService/pages/bookServices/detail/components/learnTask/index?bookId=${this.properties.bookId}`,
      })
    }
  }
})