Browse Source

修改产品首页展示接口

chenxiqiang 6 years ago
parent
commit
63d36929bd
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      manage-server/app/Http/Controllers/ProductController.php

+ 1
- 2
manage-server/app/Http/Controllers/ProductController.php View File

106
             return [
106
             return [
107
                 "id" => $t["id"],
107
                 "id" => $t["id"],
108
                 "name" => $t["name"],
108
                 "name" => $t["name"],
109
-                "photo" => $t["photo"],
110
-                "location" => $t["location"]
109
+                "photo" => $t["photo"]
111
             ];
110
             ];
112
         }, $top);
111
         }, $top);
113
 
112
 

Loading…
Cancel
Save