| | |
| | | * 组件的属性列表 |
| | | */ |
| | | properties: { |
| | | buyResourceData: { |
| | | type: Object, |
| | | }, |
| | | bookId: { |
| | | type: Number |
| | | }, |
| | | isshowDrawBtn: { |
| | | type: Boolean |
| | | }, |
| | | successOrderNumber: { |
| | | type: Number, |
| | | |
| | | } |
| | | }, |
| | | |
| | | /** |
| | |
| | | } // 触发事件的选项 |
| | | this.triggerEvent('getFreeResource', myEventDetail, myEventOption) |
| | | }, |
| | | allAddShoppiingCar() { |
| | | var myEventDetail = {} // detail对象,提供给事件监听函数 |
| | | var myEventOption = { |
| | | bubbles: true, |
| | | composed: true |
| | | } // 触发事件的选项 |
| | | this.triggerEvent('allAddShoppiingCar', myEventDetail, myEventOption) |
| | | // allAddShoppiingCar() { |
| | | // var myEventDetail = {} // detail对象,提供给事件监听函数 |
| | | // var myEventOption = { |
| | | // bubbles: true, |
| | | // composed: true |
| | | // } // 触发事件的选项 |
| | | // this.triggerEvent('allAddShoppiingCar', myEventDetail, myEventOption) |
| | | // }, |
| | | goBuyResource() { |
| | | console.log(this.properties.successOrderNumber); |
| | | if(this.properties.successOrderNumber !== 0){ |
| | | |
| | | |
| | | |
| | | } |
| | | wx.navigateTo({ |
| | | url: `/packageBookService/pages/bookServices/detail/buyResource/index?productLinkPath=${this.properties.buyResourceData.productLinkPath}&refCode=${this.properties.buyResourceData.refCode}&bookId=${this.properties.bookId}`, |
| | | }) |
| | | |
| | | }, |
| | | |
| | | changeReceive(type) { |
| | | this.setData({ |
| | | receive: type |
| | |
| | | }) |
| | | } |
| | | } |
| | | }) |
| | | }) |