...
|
...
|
@@ -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');
|
...
|
...
|
|