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() {
orderInfo('addressId', addressId);
orderInfo('address', address);
orderInfo('receiverMobile', null);
console.log($this.data('href') + (orderInfo('limitUrlSufix') || ''));
window.location.href = $this.data('href') + (orderInfo('limitUrlSufix') || '');
}).on('touchend', '.edit', function() {
... ...
... ... @@ -313,6 +313,13 @@
float: right;
}
.invoice-title {
width: 450px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.invoice-see {
color: #d0021b;
}
... ...