Authored by ccbikai(👎🏻🍜)

sale 排序

... ... @@ -181,9 +181,12 @@ const _searchSales = (params) => {
}
params = Object.assign({
limit: '50'
limit: '60'
}, params);
params.yh_channel = '';
params.type = '';
if (typeCont[params.type]) {
params.order = typeCont[params.type][params.order];
}
... ...
... ... @@ -16,8 +16,8 @@ module.exports = {
siteUrl: '//m.yohobuy.com',
assetUrl: '//localhost:5001',
domains: {
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
api: 'http://api-test3.yohops.com:9999/',
service: 'http://service-test3.yohops.com:9999/',
liveApi: 'http://testapi.live.yohops.com:9999/'
},
subDomains: {
... ...