Authored by 陈峰

Merge branch 'release/5.2' of http://git.yoho.cn/fe/yohobuywap-node into release/5.2

... ... @@ -170,7 +170,7 @@ const _getLeftNav = (choosed) => {
* 获取热门搜索
**/
const _getSearchIndex = () => {
return api.get('', {
return API.get('', {
method: 'app.search.getTerms'
}, {
cache: true
... ... @@ -308,7 +308,7 @@ let shopRecom = (params) => {
shop_ids: params.shopIds,
uid: params.uid,
});
}
};
module.exports = {
getChannelData,
... ...