|
|
@@ -990,8 +990,9 @@ class OrderService extends BaseService
|
|
|
if ($info) {
|
|
|
$info['create_time_text'] = $info['create_time'] ? datetime($info['create_time'], 'Y-m-d H:i:s') : '';
|
|
|
$info['pay_time'] = $info['pay_time']? datetime($info['pay_time'], 'Y-m-d H:i:s') : '';
|
|
|
+ $info['complete_time'] = $info['pay_time']? dateFormat($info['complete_time'], 'Y-m-d H:i:s') : '';
|
|
|
|
|
|
- $info['mobile'] = isset($info['mobile'])? format_mobile($info['mobile']) : '';
|
|
|
+ $info['mobile_text'] = isset($info['mobile'])? format_mobile($info['mobile']) : '';
|
|
|
if(isset($info['goods']) && $info['goods']){
|
|
|
foreach ($info['goods'] as &$item){
|
|
|
$item['main_img'] = $item['main_img']? get_image_url($item['main_img']) : '';
|