Commit 59e4d257f53677a5d7511d1d089a05273e588c4c

Authored by zhiyangdu
1 parent 4e7763c1

轮播显示点

Showing 1 changed file with 1 additions and 1 deletions
src/pages/mall/mall.vue
... ... @@ -8,7 +8,7 @@
8 8 <swiper v-if="banner"
9 9 :swipers="banner"
10 10 :options="{
11   - showIndicators: false
  11 + showIndicators: true
12 12 }">
13 13 </swiper>
14 14  
... ...