参考以下方式实现:.indicator( // 设置圆点导航点样式 this.data.totalCount()>1? new DotIndicator() .itemWidth(15) .itemHeight(15) .selectedItemWidth(15) .selectedItemHeight(15) .color(Color.Gray) .selectedColor(Color.Blue) : false )
参考以下方式实现: