Authored by 周少峰

Merge branch 'release/5.7' into gray

@@ -17,11 +17,11 @@ module.exports = { @@ -17,11 +17,11 @@ 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/', 27 // singleApi: 'http://single.yoho.cn/',
@@ -31,9 +31,9 @@ module.exports = { @@ -31,9 +31,9 @@ module.exports = {
31 // global: 'http://api-global.yohobuy.com/', 31 // global: 'http://api-global.yohobuy.com/',
32 32
33 // gray 33 // gray
34 - // singleApi: 'http://single.gray.yohops.com/',  
35 - // api: 'http://api.gray.yohops.com/',  
36 - // service: 'http://service.gray.yohops.com/', 34 + singleApi: 'http://single.gray.yohops.com/',
  35 + api: 'http://api.gray.yohops.com/',
  36 + service: 'http://service.gray.yohops.com/',
37 37
38 // dev 38 // dev
39 // api: 'http://dev-api.yohops.com:9999/', 39 // api: 'http://dev-api.yohops.com:9999/',
@@ -3,7 +3,8 @@ @@ -3,7 +3,8 @@
3 data-promotionid="{{promotionId}}"> 3 data-promotionid="{{promotionId}}">
4 <code class="order-pay-mark {{#unless isReach}}order-pay-mark-white{{/unless}}"> 4 <code class="order-pay-mark {{#unless isReach}}order-pay-mark-white{{/unless}}">
5 {{tag}} 5 {{tag}}
6 - </code>{{{promotionDesc}}} 6 + </code>
  7 + <span class="title-desc">{{{promotionDesc}}}</span>
7 8
8 {{> mix/cart/cart-promotion-btn}} 9 {{> mix/cart/cart-promotion-btn}}
9 10
@@ -435,6 +435,14 @@ @@ -435,6 +435,14 @@
435 color: #017cf8; 435 color: #017cf8;
436 } 436 }
437 } 437 }
  438 +
  439 + .title-desc {
  440 + max-width: 545px;
  441 + display: inline-block;
  442 + white-space: nowrap;
  443 + overflow: hidden;
  444 + text-overflow: ellipsis;
  445 + }
438 } 446 }
439 447
440 .cartnew-tips { 448 .cartnew-tips {