Authored by ccbikai(👎🏻🍜)

Merge remote-tracking branch 'origin/hotfix/single2' into feature/registerYas

... ... @@ -127,6 +127,8 @@ var singleDay = {
$swiperTab.on('click', function() {
var index = $(this).index();
$('body').scrollTop(0);
$swiperTab.removeClass('active').eq(index).addClass('active');
if (self.$productTab.eq(index).find('li').length > 0) {
... ...