diff --git a/backend/modules/shop/views/order/table_consignee_info.php b/backend/modules/shop/views/order/table_consignee_info.php index a6617d9..1fff1c4 100644 --- a/backend/modules/shop/views/order/table_consignee_info.php +++ b/backend/modules/shop/views/order/table_consignee_info.php @@ -13,19 +13,28 @@ consignee ?> - 省份: - province ? $model->provinceId->name : ''?> + 联系电话: + phone ?> - 城市: - city ? $model->cityId->name : ''?> + 联系地址: + + province) { + $info .= $model->provinceId->name . '/'; + } + if ($model->city) { + $info .= $model->cityId->name . '/'; + } + if ($model->area) { + $info .= $model->areaId->name; + } + ?> + - 县区: - area ? $model->areaId->name : ''?> - - - 地址: - shipping_amount ?> + 详细地址: + address ?>