Authored by 郝肖肖

'促销下拉显示title'

@@ -265,7 +265,7 @@ const formatPromotionInfos = (infoList) => { @@ -265,7 +265,7 @@ const formatPromotionInfos = (infoList) => {
265 return { 265 return {
266 cutdownAmount: it.cutdown_amount, 266 cutdownAmount: it.cutdown_amount,
267 promotionId: it.promotion_id, 267 promotionId: it.promotion_id,
268 - promotionDesc: identIconReplace(it.promotion_desc), 268 + promotionDesc: identIconReplace(it.promotion_title),
269 promotionType: it.promotion_type, 269 promotionType: it.promotion_type,
270 tag: PROMOTION_TYPE_TAG_MAP[it.promotion_type] 270 tag: PROMOTION_TYPE_TAG_MAP[it.promotion_type]
271 }; 271 };
@@ -17,18 +17,18 @@ module.exports = { @@ -17,18 +17,18 @@ 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/',  
23 - // serviceNotify: 'http://service-test3.yohops.com:9999/',  
24 - // global: 'http://global-test-soa.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 + serviceNotify: 'http://service-test3.yohops.com:9999/',
  24 + global: 'http://global-test-soa.yohops.com:9999/',
25 25
26 // prod 26 // prod
27 - singleApi: 'http://single.yoho.cn/',  
28 - api: 'http://api.yoho.cn/',  
29 - service: 'http://service.yoho.cn/',  
30 - serviceNotify: 'http://service.yoho.cn/',  
31 - global: 'http://api-global.yohobuy.com/', 27 + // singleApi: 'http://single.yoho.cn/',
  28 + // api: 'http://api.yoho.cn/',
  29 + // service: 'http://service.yoho.cn/',
  30 + // serviceNotify: 'http://service.yoho.cn/',
  31 + // global: 'http://api-global.yohobuy.com/',
32 32
33 // gray 33 // gray
34 // singleApi: 'http://single.gray.yohops.com/', 34 // singleApi: 'http://single.gray.yohops.com/',