dyjh 6 years ago
parent
commit
dfca01138a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/Album/ProductController.php

+ 1 - 1
app/Http/Controllers/Admin/Album/ProductController.php

xqd
@@ -134,7 +134,7 @@ class ProductController extends Controller
     private function _createSave()
     {
         $data = (array) request('data');
-        dd($data);
+      //  dd($data);
         $data['upload_video'] = $this->uploadVideo($data['upload_video'], '');
         $data['store_id'] = $this->getStoreId();
         if (!empty($data['specifications_img']['url'])) {