提交 48ff51cc 编写于 作者: D Devil

Merge branch 'master' into dev

......@@ -60,7 +60,7 @@ class Order extends Common
'total' => $total,
'where' => $this->data_request,
'page' => $this->page,
'url' => MyUrl('admin/order/index'),
'url' => MyUrl('index/order/index'),
];
$page = new \base\Page($page_params);
......
......@@ -58,7 +58,7 @@ class UserIntegral extends Common
'total' => $total,
'where' => $this->data_request,
'page' => $this->page,
'url' => MyUrl('admin/userintegral/index'),
'url' => MyUrl('index/userintegral/index'),
];
$page = new \base\Page($page_params);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册