Authored by 郝肖肖

'keyword-order'

@@ -394,7 +394,7 @@ exports.getSearchKeywordData = (params, channel) => { @@ -394,7 +394,7 @@ exports.getSearchKeywordData = (params, channel) => {
394 let apiMethod = [ 394 let apiMethod = [
395 headerModel.requestHeaderData(channel), 395 headerModel.requestHeaderData(channel),
396 searchApi.getSuggest({keyword: searchParams.query.substring(0, 2)}), 396 searchApi.getSuggest({keyword: searchParams.query.substring(0, 2)}),
397 - searchApi.getProductList(searchParams, 'fuzzySearch') 397 + searchApi.getProductList(Object.assign({order: 'h_v_desc'}, searchParams), 'fuzzySearch')
398 ]; 398 ];
399 399
400 return api.all(apiMethod).then(result => { 400 return api.all(apiMethod).then(result => {
1 { 1 {
2 "name": "yohobuy-node", 2 "name": "yohobuy-node",
3 - "version": "5.8.4", 3 + "version": "5.8.8",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {