From ec2a7370e977ab0c66a3e0ba80900267a5ed3a34 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Mon, 3 Jun 2019 21:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=94=AE=E5=90=8E=E9=9D=99?= =?UTF-8?q?=E6=80=81=E6=96=87=E4=BB=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Orderaftersale.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/index/controller/Orderaftersale.php b/application/index/controller/Orderaftersale.php index 8969138cf..5f0915a3f 100644 --- a/application/index/controller/Orderaftersale.php +++ b/application/index/controller/Orderaftersale.php @@ -134,11 +134,13 @@ class Orderaftersale extends Common // 可退款退货 $returned = OrderAftersaleService::OrderAftersaleCalculation($order_id, $order_detail_id); $this->assign('returned_data', $returned['data']); - //print_r($returned); // 静态数据 $this->assign('common_order_aftersale_type_list', lang('common_order_aftersale_type_list')); + // 编辑器文件存放地址 + $this->assign('editor_path_type', 'aftersale_'.$this->user['id'].'_'.$order_id.'_'.$order_detail_id); + $this->assign('params', $params); return $this->fetch(); } else {