Commit 151bfad5c6a0561a8149da27d74575ceda6070c6
1 parent
08a288b5
取消订单原因选择
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.vue
| ... | ... | @@ -786,7 +786,7 @@ export default { |
| 786 | 786 | this.actionSheetShow = false; |
| 787 | 787 | // Toast(`当前值:${value}, 当前索引:${index}`); |
| 788 | 788 | // 调用取消订单原因填写 |
| 789 | - this.cancelorder(this.orderOperation.item, value); | |
| 789 | + this.cancelorder(this.orderOperation.item, picker); | |
| 790 | 790 | }, |
| 791 | 791 | // 取消,取消订单 |
| 792 | 792 | onCancel() { | ... | ... |