提交 ec2a7370 编写于 作者: G gongfuxiang

订单售后静态文件优化

上级 58b17358
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册