rabin 1 день назад
Родитель
Сommit
8b8335a9d4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/place/order/manage/Lib/Source/View.php

+ 1 - 1
src/place/order/manage/Lib/Source/View.php

@@ -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']];
         }
         # 退货退款