| | |
| | | |
| | | getDataList(isReachBottom) { |
| | | var searchArr = []; |
| | | console.log(this.data.searchText, "earch") |
| | | if (this.data.searchText != undefined && this.data.searchText != "") { |
| | | searchArr.push({ |
| | | compareType: "Contains", |
| | |
| | | }) |
| | | } else { |
| | | this.setData({ |
| | | list: [], |
| | | skeletonLoding: false, |
| | | loading: false |
| | | }) |
| | |
| | | 'saleMethodId': book.orderSaleMethod.id |
| | | }) |
| | | bookId = parentData.parentProduct[parentData.parentProduct.length - 1].id; |
| | | } else if (remarks != null && JSON.stringify(remarks).slice(1, -1) == 'object' && JSON.parse(remarks).pId) { |
| | | } else if (remarks != null && JSON.parse(remarks).pId) { |
| | | bookId = JSON.parse(remarks).pId |
| | | } |
| | | wx.navigateTo({ |