| | |
| | | type: Boolean, |
| | | default: false |
| | | }, |
| | | isShowBuyCloundBtn:{ |
| | | type:Boolean, |
| | | default:true |
| | | } |
| | | isShowBuyCloundBtn: { |
| | | type: Boolean, |
| | | default: true |
| | | }, |
| | | learnTaskData: { |
| | | type: Object, |
| | | }, |
| | | }, |
| | | |
| | | /** |
| | |
| | | }, |
| | | 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() { |