Authored by 郭成尧

Merge branch 'feature/bundleToCart' into release/5.6

@@ -168,11 +168,11 @@ $buyNowBtn.on('touchstart', function() { @@ -168,11 +168,11 @@ $buyNowBtn.on('touchstart', function() {
168 success: function(result) { 168 success: function(result) {
169 tip.show(result.message); 169 tip.show(result.message);
170 170
171 - if (result.code === 200) {  
172 - setTimeout(function() {  
173 - window.location.href = '/cart/index/index?cartType=ordinary';  
174 - }, 500);  
175 - } 171 + // if (result.code === 200) {
  172 + // setTimeout(function() {
  173 + // window.location.href = '/cart/index/index?cartType=ordinary';
  174 + // }, 500);
  175 + // }
176 }, 176 },
177 error: function() { 177 error: function() {
178 tip.show('请求失败,请重试!'); 178 tip.show('请求失败,请重试!');
@@ -77,6 +77,10 @@ @@ -77,6 +77,10 @@
77 float: left; 77 float: left;
78 color: #444; 78 color: #444;
79 font-size: 28px; 79 font-size: 28px;
  80 + white-space: nowrap;
  81 + overflow: hidden;
  82 + text-overflow: ellipsis;
  83 + width: 100%;
80 } 84 }
81 85
82 .bundle-right { 86 .bundle-right {