提交 97d6b633 编写于 作者: D devil_gong

优化

上级 060cc538
......@@ -46,7 +46,7 @@ class OrderController extends CommonController
public function Index()
{
// 参数
$params = $this->data_post['page'];
$params = $this->data_post;
$params['user'] = $this->user;
// 分页
......@@ -92,9 +92,9 @@ class OrderController extends CommonController
public function Detail()
{
// 参数
$params = $this->data_post['page'];
$params = $this->data_post;
$params['user'] = $this->user;
// 条件
$where = OrderService::UserOrderListWhere($params);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册