正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -68,6 +68,8 @@ class ProductController extends BaseController | @@ -68,6 +68,8 @@ class ProductController extends BaseController | ||
| 68 | $v = $this->getHandleFileImage($v); | 68 | $v = $this->getHandleFileImage($v); |
| 69 | $lists['list'][$k] = $v; | 69 | $lists['list'][$k] = $v; |
| 70 | } | 70 | } |
| 71 | + $lists['order_type'] = $this->order_type; | ||
| 72 | + $lists['order'] = $this->order; | ||
| 71 | } | 73 | } |
| 72 | $this->response('success',Code::SUCCESS,$lists); | 74 | $this->response('success',Code::SUCCESS,$lists); |
| 73 | } | 75 | } |
-
请 注册 或 登录 后发表评论