| | |
| | | }, |
| | | isshowDrawBtn:{ |
| | | type:Boolean |
| | | }, |
| | | successOrderNumber: { |
| | | type: Number, |
| | | |
| | | } |
| | | }, |
| | | |
| | |
| | | // 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}`, |
| | | }) |