Authored by 郭成尧

code-comments

... ... @@ -207,7 +207,9 @@ module.exports = class extends global.yoho.BaseModel {
/**
* 获取品类下的商品列表
* @param isSearch 是否是搜索
* @param isSearch 是否是搜索列表页
* 搜索列表页默认调用 app.search.li 接口
* 类目列表页默认调用 web.search.search 接口
*/
getCategoryGoods(params, isSearch) {
let method = isSearch ? 'app.search.li' : 'web.search.search';
... ...