| | |
| | | }) |
| | | }, |
| | | |
| | | commentButtonClick(item){ |
| | | uni.navigateTo({ |
| | | url: '/pages/order/comment/order-comment?id='+item.id |
| | | }) |
| | | }, |
| | | |
| | | async copyOrder(item) { |
| | | console.log(item) |
| | | await this.$message.confirm('是否确定再来一单') |
| | |
| | | this.$message.hideLoading() |
| | | if (code === 0) { |
| | | this.refreshList() |
| | | //刷新积分 |
| | | this.$store.dispatch('getCurrentInfo') |
| | | this.$message.showToast('收货成功') |
| | | } |
| | | } |
| | | |
| | |
| | | <!-- <view class="button button-1 m-l-a m-r-15" @click="toDetailSale(dto)" |
| | | v-if="dto.statusBackend === 'RECEIVE'"> 申请售后 |
| | | </view> --> |
| | | <view class="button button-0 m-l-a m-r-15" @click="buttonClick(dto,'evaluate')" |
| | | <!-- <view class="button button-0 m-l-a m-r-15" @click="buttonClick(dto,'evaluate')" |
| | | v-if="dto.statusBackend === 'EVALUATE'"> 评价 |
| | | </view> --> |
| | | <view class="button button-0 m-l-a m-r-15" @click="commentButtonClick(dto)" |
| | | v-if="dto.statusBackend === 'EVALUATE'"> 评价 |
| | | </view> |
| | | |