|
|
var $ = require('yoho-jquery'),
|
|
|
lazyLoad = require('yoho-jquery-lazyload'),
|
|
|
Swiper = require('yoho-swiper'),
|
|
|
tip = require('../plugin/tip'),
|
|
|
dialog = require('../plugin/dialog');
|
...
|
...
|
@@ -113,8 +112,6 @@ require('../common'); |
|
|
}
|
|
|
}, 200);
|
|
|
|
|
|
lazyLoad($('img.lazy'));
|
|
|
|
|
|
// 限购
|
|
|
$('#limit-sale').on('touchend', function(e) {
|
|
|
var loginUrl = $('#loginUrl').val(),
|
...
|
...
|
@@ -266,4 +263,4 @@ require('./detail/brand-coupon'); |
|
|
require('./detail/desc');
|
|
|
|
|
|
// 喂你优选
|
|
|
require('./detail/recommend-for-you-product-desc'); |
|
|
require('./detail/recommend-for-you-product-desc'); |
|
|
\ No newline at end of file |
...
|
...
|
|