Authored by 姜枫

handle merge

... ... @@ -34,6 +34,8 @@ var $printPrice = $('#print-price');
var $invoice = $('#invoice-content');
require('yoho-jquery-dotdotdot');
require('../plugins/check'); // before 地址和发票
require('./order/address'); // 地址
... ... @@ -41,6 +43,11 @@ require('./order/invoice'); // 发票
lazyLoad($('img.lazy'));
// dot
$('.brand-and-name .name').dotdotdot({
wrap: 'letter'
});
// JIT拆单
$('.show-package').click(function() {
$('.package-list').toggleClass('hide');
... ...
... ... @@ -400,8 +400,10 @@
}
.name {
display: inline-block;
font-size: 14px;
line-height: 16px;
max-height: 32px;
}
> * {
... ...