| | |
| | | }, |
| | | async submitShopping(dto) { |
| | | //提交到购物车中 |
| | | this.$message.showLoading() |
| | | // this.$message.showLoading() |
| | | await this.$store.dispatch('submitShopping', dto); |
| | | this.$message.hideLoading() |
| | | // this.$message.hideLoading() |
| | | }, |
| | | select_level(e) { |
| | | this.level_show = false |
| | |
| | | <style lang="scss" scoped> |
| | | .page-collect { |
| | | min-height: 99vh; |
| | | |
| | | |
| | | .search-container { |
| | | display: flex; |
| | | margin: 12rpx 0rpx 20rpx 0rpx; |
| | |
| | | line-height: 70rpx !important; |
| | | } |
| | | } |
| | | |
| | | .trade-info-container { |
| | | background-color: #fff; |
| | | .trade-list-container { |
| | | min-height: calc(100vh - 300rpx); |
| | | overflow-y: scroll; |
| | | border-top-right-radius: 40rpx; |
| | | border-top-left-radius: 40rpx; |
| | | padding: 30rpx; |
| | | padding: 20rpx; |
| | | |
| | | } |
| | | .trade-info-container { |
| | | background-color: #fff; |
| | | border-radius: 20rpx; |
| | | margin-bottom: 20rpx; |
| | | padding: 20rpx; |
| | | overflow: hidden; |
| | | min-height: calc(100vh - 300rpx); |
| | | |
| | | overflow-y: scroll; |
| | | |
| | | .img { |