Authored by 周少峰

sort url

@@ -322,7 +322,8 @@ const getShopList = params => { @@ -322,7 +322,8 @@ const getShopList = params => {
322 _.forEach(sort, (sortInfo) => { 322 _.forEach(sort, (sortInfo) => {
323 _.forEach(_.get(sortInfo, 'sub', []), (subSort) => { 323 _.forEach(_.get(sortInfo, 'sub', []), (subSort) => {
324 shopEntry.sort.push({ 324 shopEntry.sort.push({
325 - href: helpers.urlFormat('', {sort: subSort.sort_id}, 'list'), 325 + href: helpers.urlFormat('', {misort: subSort.sort_id},
  326 + shopInfo.shop_domain || shopInfo.brand_domain),
326 name: subSort.sort_name 327 name: subSort.sort_name
327 }); 328 });
328 }); 329 });
@@ -17,13 +17,13 @@ module.exports = { @@ -17,13 +17,13 @@ module.exports = {
17 cookieDomain: '.yohobuy.com', 17 cookieDomain: '.yohobuy.com',
18 domains: { 18 domains: {
19 // test3 19 // test3
20 - // singleApi: 'http://api-test3.yohops.com:9999/',  
21 - // api: 'http://api-test3.yohops.com:9999/',  
22 - // service: 'http://service-test3.yohops.com:9999/', 20 + singleApi: 'http://api-test3.yohops.com:9999/',
  21 + api: 'http://api-test3.yohops.com:9999/',
  22 + service: 'http://service-test3.yohops.com:9999/',
23 23
24 - singleApi: 'http://single.gray.yohops.com/',  
25 - api: 'http://api.yoho.cn/',  
26 - service: 'http://service.yoho.cn/', 24 + // singleApi: 'http://single.gray.yohops.com/',
  25 + // api: 'http://api.yoho.cn/',
  26 + // service: 'http://service.yoho.cn/',
27 27
28 // api: 'http://dev-api.yohops.com:9999/', 28 // api: 'http://dev-api.yohops.com:9999/',
29 // service: 'http://dev-service.yohops.com:9999/', 29 // service: 'http://dev-service.yohops.com:9999/',
@@ -24,6 +24,7 @@ @@ -24,6 +24,7 @@
24 color: #999; 24 color: #999;
25 font-size: 12px; 25 font-size: 12px;
26 line-height: 18px; 26 line-height: 18px;
  27 + width: 500px;
27 28
28 a { 29 a {
29 color: #999; 30 color: #999;