From fa9817e7bb28f80e8ee8d76a73226b1ac15c6474 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Thu, 17 Sep 2020 18:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageE/order/RefundOrder.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); },