packageBookService/pages/bookServices/detail/components/learnResource/learnResource.js
@@ -23,6 +23,13 @@ type: Boolean, default: false }, isShowBuyCloundBtn: { type: Boolean, default: true }, learnTaskData: { type: Object, }, }, /** @@ -70,7 +77,7 @@ }, goLearnTask() { wx.navigateTo({ url: `/packageBookService/pages/bookServices/detail/components/learnTask/index?bookId=${this.properties.bookId}`, url: `/packageBookService/pages/bookServices/detail/components/learnTask/index?bookId=${this.properties.bookId}&cmsPath=${this.properties.learnTaskData?.productLinkPath}`, }) }, buyCloudLearnClass() {