|
@@ -225,6 +225,7 @@ class WaterfallIndexScene extends scene {
|
|
if (!this.waterfallSwiper) {
|
|
if (!this.waterfallSwiper) {
|
|
this.waterfallSwiper = new Swiper('.swiper-container-waterfall', {
|
|
this.waterfallSwiper = new Swiper('.swiper-container-waterfall', {
|
|
direction: 'vertical',
|
|
direction: 'vertical',
|
|
|
|
+ mousewheel: true,
|
|
pagination: {
|
|
pagination: {
|
|
el: '.swiper-pagination-waterfall',
|
|
el: '.swiper-pagination-waterfall',
|
|
bulletElement: 'li',
|
|
bulletElement: 'li',
|