...
|
...
|
@@ -42,7 +42,7 @@ var recommmendProduct = { |
|
|
$tabCont.removeClass('hide').siblings().addClass('hide');
|
|
|
|
|
|
_this.lazyImage();
|
|
|
_this.isShowChangeBtn($tabCont.find('.goods-group').length)
|
|
|
_this.isShowChangeBtn($tabCont.find('.goods-group').length);
|
|
|
});
|
|
|
|
|
|
_this.$changeBtn.on('click', function() {
|
...
|
...
|
|