Explorar o código

退款选择退款类型优化

evoxwht %!s(int64=2) %!d(string=hai) anos
pai
achega
3c6a182c50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']['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;
         return $data;
     }