小编vid*_*evi的帖子

离子滑动,在Ionic3中自动播放

我在我的主页上使用离子幻灯片,但它不能用于自动播放.

离子代码:

    <ion-slides autoplay=300>
      <ion-slide  *ngFor = "let banners of bannersImage">
        <img src={{banners.image}}>
      </ion-slide>
    </ion-slides>
Run Code Online (Sandbox Code Playgroud)

错误信息:

Uncaught TypeError: Cannot read property 'hasAttribute' of undefined
    at autoplay (main.js:43827)
    at startAutoplay (main.js:43870)
    at initSwiper (main.js:43816)
    at Slides._initSlides (main.js:55290)
    at main.js:55311`enter code here`
Run Code Online (Sandbox Code Playgroud)

typescript ionic2 ionic3 angular

5
推荐指数
2
解决办法
2767
查看次数

标签 统计

angular ×1

ionic2 ×1

ionic3 ×1

typescript ×1