Browse Source

退款选择退款类型优化

evoxwht 2 years ago
parent
commit
3c6a182c50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crmeb/app/services/order/StoreOrderServices.php

+ 1 - 1
crmeb/app/services/order/StoreOrderServices.php

@@ -2351,7 +2351,7 @@ HTML;
             }
             }
         }
         }
         $data['_status'] = $orderInfo['_status'] ?? [];
         $data['_status'] = $orderInfo['_status'] ?? [];
-        $data['_status']['is_back'] = $orderInfo['delivery_type'] != 'fictitious' && $orderInfo['virtual_type'] == 0;
+        $data['_status']['_is_back'] = $orderInfo['delivery_type'] != 'fictitious' && $orderInfo['virtual_type'] == 0;
         $data['cartInfo'] = $data['cartInfo'] ?? $cartInfo;
         $data['cartInfo'] = $data['cartInfo'] ?? $cartInfo;
         return $data;
         return $data;
     }
     }