| | |
| | | |
| | | }, |
| | | navToSearchPage(e) { |
| | | console.log(e.detail.value); |
| | | wx.navigateTo({ |
| | | url: `/packageBookService/pages/bookServices/list/index?assorName=${this.data.assortCheck.name}&assortCode=${this.data.assortCheck.code}&stairCode=${this.data.startCheck}&searchValue=${e.detail.value}`, |
| | | }); |
| | |
| | | .class-content { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | padding: 5rpx 20rpx 30rpx 30rpx; |
| | | /* padding: 5rpx 20rpx 30rpx 30rpx; */ |
| | | padding: 30rpx; |
| | | } |
| | | |
| | | .book-box { |
| | | width: 140rpx; |
| | | width: 48%; |
| | | margin: 0 10rpx 20rpx 0 |
| | | } |
| | | |
| | | .book-box:nth-child(3n) { |
| | | .book-box:nth-child(2n) { |
| | | margin-right: 0; |
| | | } |
| | | |