| | |
| | | }, |
| | | isGoBuyResource: { |
| | | type: Boolean |
| | | } |
| | | }, |
| | | isShowBuyCloundMenu: { |
| | | type: Boolean, |
| | | default: false |
| | | }, |
| | | isShowBuyCloundBtn: { |
| | | type: Boolean, |
| | | default: true |
| | | }, |
| | | learnTaskData: { |
| | | type: Object, |
| | | }, |
| | | }, |
| | | |
| | | /** |
| | |
| | | this.setData({ |
| | | buy: type |
| | | }) |
| | | }, |
| | | goLearnTask() { |
| | | wx.navigateTo({ |
| | | url: `/packageBookService/pages/bookServices/detail/components/learnTask/index?bookId=${this.properties.bookId}&cmsPath=${this.properties.learnTaskData?.productLinkPath}`, |
| | | }) |
| | | }, |
| | | buyCloudLearnClass() { |
| | | var myEventDetail = {} // detail对象,提供给事件监听函数 |
| | | var myEventOption = { |
| | | bubbles: true, |
| | | composed: true |
| | | } // 触发事件的选项 |
| | | this.triggerEvent('buyCloudLearnClass', myEventDetail, myEventOption) |
| | | } |
| | | } |
| | | }) |