|
@@ -526,7 +526,7 @@ class View
|
|
|
} elseif ($refund['status'] >= 2) {
|
|
|
$data['content']['content'][] = ['name' => '申请审核', 'content' => $refund['audit_desc']];
|
|
|
}
|
|
|
- if ($refund['type'] == 1 && $refund['address']) {
|
|
|
+ if ($refund['type'] == 1 && isset($refund['address']) && $refund['address']) {
|
|
|
$data['content']['content'][] = ['name' => '退货地址', 'content' => $refund['address']];
|
|
|
}
|
|
|
# 退货退款
|