Authored by runner

Merge branch 'release/4.8' of http://git.yoho.cn/fe/YOHOBUYWAP into release/4.8

@@ -25,7 +25,6 @@ $('.address-item').on('touchend', function() { @@ -25,7 +25,6 @@ $('.address-item').on('touchend', function() {
25 25
26 orderInfo('addressId', addressId); 26 orderInfo('addressId', addressId);
27 orderInfo('address', address); 27 orderInfo('address', address);
28 - orderInfo('receiverMobile', null);  
29 console.log($this.data('href') + (orderInfo('limitUrlSufix') || '')); 28 console.log($this.data('href') + (orderInfo('limitUrlSufix') || ''));
30 window.location.href = $this.data('href') + (orderInfo('limitUrlSufix') || ''); 29 window.location.href = $this.data('href') + (orderInfo('limitUrlSufix') || '');
31 }).on('touchend', '.edit', function() { 30 }).on('touchend', '.edit', function() {
@@ -313,6 +313,13 @@ @@ -313,6 +313,13 @@
313 float: right; 313 float: right;
314 } 314 }
315 315
  316 + .invoice-title {
  317 + width: 450px;
  318 + overflow: hidden;
  319 + white-space: nowrap;
  320 + text-overflow: ellipsis;
  321 + }
  322 +
316 .invoice-see { 323 .invoice-see {
317 color: #d0021b; 324 color: #d0021b;
318 } 325 }