| | |
| | | }, |
| | | methods: { |
| | | toDetail(item) { |
| | | if(item.status=='UP'){ |
| | | |
| | | }else{ |
| | | if (item.status == 'UP') { |
| | | |
| | | } else { |
| | | this.$message.showToast('已失效,无法查看详情') |
| | | return |
| | | } |
| | |
| | | }, |
| | | 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 |
| | |
| | | } |
| | | } |
| | | |
| | | .trade-info-container { |
| | | background-color: #fff; |
| | | border-top-right-radius: 40rpx; |
| | | border-top-left-radius: 40rpx; |
| | | padding: 30rpx; |
| | | overflow: hidden; |
| | | .trade-list-container { |
| | | min-height: calc(100vh - 300rpx); |
| | | overflow-y: scroll; |
| | | border-top-right-radius: 40rpx; |
| | | border-top-left-radius: 40rpx; |
| | | padding: 20rpx; |
| | | |
| | | } |
| | | |
| | | .trade-info-container { |
| | | background-color: #fff; |
| | | border-radius: 40rpx; |
| | | margin-bottom: 20rpx; |
| | | padding: 20rpx; |
| | | |
| | | |
| | | .img { |
| | | width: 124rpx; |