diff --git a/pageE/order/RefundOrder.vue b/pageE/order/RefundOrder.vue index 598ffd6..369ce36 100644 --- a/pageE/order/RefundOrder.vue +++ b/pageE/order/RefundOrder.vue @@ -94,7 +94,8 @@ export default { } }, onLoad(option) { - this.type = option.type + this.type = 2; + // this.type = option.type this.oid = option.oid; this.getOrderInfo(option.oid); },