Parcourir la source

【程序目录】处理商品添加错误的问题

吴昊天 il y a 3 ans
Parent
commit
be9cc3825f
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      crmeb/app/services/product/product/StoreProductServices.php

+ 0 - 2
crmeb/app/services/product/product/StoreProductServices.php

@@ -498,8 +498,6 @@ class StoreProductServices extends BaseServices
     {
     {
         if (count($data['cate_id']) < 1) throw new CommonException(AdminApiErrorCode::ERR_PLEASE_SELECT_PRODUCT_CATEGORY);
         if (count($data['cate_id']) < 1) throw new CommonException(AdminApiErrorCode::ERR_PLEASE_SELECT_PRODUCT_CATEGORY);
         if (!$data['store_name']) throw new CommonException(AdminApiErrorCode::ERR_PLEASE_ENTER_THE_PRODUCT_NAME);
         if (!$data['store_name']) throw new CommonException(AdminApiErrorCode::ERR_PLEASE_ENTER_THE_PRODUCT_NAME);
-
-        $data['slider_image'] = [];
         if (count($data['slider_image']) < 1) throw new CommonException(AdminApiErrorCode::ERR_PLEASE_UPLOAD_SLIDER_IMAGE);
         if (count($data['slider_image']) < 1) throw new CommonException(AdminApiErrorCode::ERR_PLEASE_UPLOAD_SLIDER_IMAGE);
 
 
         $detail = $data['attrs'];
         $detail = $data['attrs'];