Authored by lijing

auto

@@ -8,6 +8,7 @@ var swiper = new Swiper('.tab .swiper-container', { @@ -8,6 +8,7 @@ var swiper = new Swiper('.tab .swiper-container', {
8 lazyLoadingInPrevNext: true, 8 lazyLoadingInPrevNext: true,
9 paginationClickable: true, 9 paginationClickable: true,
10 loop: true, 10 loop: true,
  11 + autoplay: 3000,
11 }); 12 });
12 13
13 require('lodash/commit'); 14 require('lodash/commit');