前端订单分页地址模块名称修正

feat/task1-c-wallet
chulaixi 2020-11-27 13:42:15 +08:00
parent 5dd33243f4
commit 1fe3213ef9
1 changed files with 1 additions and 1 deletions

View File

@ -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);