Commit 151bfad5c6a0561a8149da27d74575ceda6070c6

Authored by zhiyangdu
1 parent 08a288b5

取消订单原因选择

src/pages/myGiftBox/myGiftBox.vue
@@ -786,7 +786,7 @@ export default { @@ -786,7 +786,7 @@ export default {
786 this.actionSheetShow = false; 786 this.actionSheetShow = false;
787 // Toast(`当前值:${value}, 当前索引:${index}`); 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 onCancel() { 792 onCancel() {