提交 1761a5f1 编写于 作者: G gongfuxiang

商品浏览记录分页bug修复

上级 23fc5a27
......@@ -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());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册