| | |
| | | url: '/pages/order/order-detail?id=' + item.id |
| | | }) |
| | | }, |
| | | |
| | | 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.showLoading() |
| | |
| | | randomstr: "随机字符串", |
| | | paytype: "W06", |
| | | signtype: "签名方式", |
| | | sign: "签名,参考2.1" |
| | | sign: "签名,参考2.1", |
| | | ...data |
| | | } |
| | | if (compareVersion(version, '2.26.2') >= 0) { |
| | | |
| | |
| | | <!-- <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> |
| | | |