mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
前端积分分页模块名称修正
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user