feat: 订单详情完善
parent
786291dc4a
commit
7cb8cdbee6
|
@ -1311,6 +1311,9 @@ class OrderLogic extends Logic
|
||||||
$order['delivery_content'] = '';
|
$order['delivery_content'] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$frontendArray = explode(',',trim($order['frontend_info']));
|
||||||
|
$order['frontend_array'] = array_filter($frontendArray);
|
||||||
|
|
||||||
return $order->toArray();
|
return $order->toArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue