...
|
...
|
@@ -5,13 +5,11 @@ |
|
|
*/
|
|
|
var $ = require('jquery'),
|
|
|
Swiper = require('yoho.iswiper'),
|
|
|
lazyLoad = require('yoho.lazyload'),
|
|
|
Handlebars = require('yoho.handlebars');
|
|
|
lazyLoad = require('yoho.lazyload');
|
|
|
|
|
|
var goodsSwiper,
|
|
|
sizeSwiper,
|
|
|
refSwiper,
|
|
|
handleHelper;
|
|
|
refSwiper;
|
|
|
|
|
|
require('./desc');
|
|
|
require('./comments-consults');
|
...
|
...
|
@@ -38,27 +36,6 @@ goodsSwiper = new Swiper('.banner-swiper', { |
|
|
}
|
|
|
})();
|
|
|
|
|
|
// $('#nav-tab li').on('click', function() {
|
|
|
// var index = $(this).index();
|
|
|
|
|
|
// if ($(this).hasClass('comment-nav') && 0 === commentsNum) {
|
|
|
// alert('暂无商品评价');
|
|
|
// } else {
|
|
|
// if (!$(this).hasClass('focus')) {
|
|
|
|
|
|
// $('#nav-tab li').each(function() {
|
|
|
// $(this).removeClass('focus');
|
|
|
// });
|
|
|
// $('#feedback-content .content').each(function() {
|
|
|
// $(this).addClass('hide');
|
|
|
// });
|
|
|
|
|
|
// $(this).addClass('focus');
|
|
|
// $('#feedback-content .content:eq(' + index + ')').removeClass('hide');
|
|
|
// }
|
|
|
// }
|
|
|
// });
|
|
|
|
|
|
$('.goodsDiscount .dropdown').on('click', function() {
|
|
|
if ($('.goodsDiscount .discount-folder').is(':hidden')) {
|
|
|
$('.goodsDiscount .first-item span').removeClass('icon-down');
|
...
|
...
|
@@ -82,13 +59,4 @@ refSwiper = new Swiper('#reference-swiper-container',{ |
|
|
});
|
|
|
|
|
|
|
|
|
handleHelper = Handlebars.registerHelper('addOne', function(index) {
|
|
|
return index + 1;
|
|
|
});
|
|
|
|
|
|
|
|
|
//srcoll to load more
|
|
|
// $(window).scroll(function () {
|
|
|
// if ($(window).scrollTop() + winH >= $(document).height() - 50) {
|
|
|
// }
|
|
|
// }); |
...
|
...
|
|