feat: 订单详情完善

master
yin5th 2023-08-22 16:05:03 +08:00
parent 786291dc4a
commit 7cb8cdbee6
1 changed files with 3 additions and 0 deletions

View File

@ -1311,6 +1311,9 @@ class OrderLogic extends Logic
$order['delivery_content'] = '';
}
$frontendArray = explode(',',trim($order['frontend_info']));
$order['frontend_array'] = array_filter($frontendArray);
return $order->toArray();
}