商品浏览记录分页bug修复

feat/task1-c-wallet
gongfuxiang 2019-07-20 23:54:13 +08:00
parent 23fc5a270f
commit 1761a5f1fd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class UserGoodsBrowse extends Common
'total' => $total,
'where' => $params,
'page' => isset($params['page']) ? intval($params['page']) : 1,
'url' => MyUrl('index/usergoodsbrowse/Goods'),
'url' => MyUrl('index/usergoodsbrowse/index'),
);
$page = new \base\Page($page_params);
$this->assign('page_html', $page->GetPageHtml());