0
我正嘗試在離子幻燈片組件中創建一些幻燈片,我需要的是更改幻燈片上的圖像,但不是按鈕或界面交互。無論如何,我可以實現這一目標嗎?更改離子幻燈片中的圖像而不是按鈕
非常感謝。
我的代碼是這樣的:
<ion-slides pager>
<ion-slide style="background-image:url(../../assets/img/disco.jpeg)">
<button ion-button round small>Entrar sin cuenta</button>
<div>
<h2>Todas las discotecas en la palma de tu mano</h2>
</div>
<div>
<button ion-button round small>Conéctate con Facebook</button>
</div>
<div>
<button ion-button round small>Crear cuenta</button>
</div>
<div>
<button ion-button round small>Crear cuenta</button>
</div>
</ion-slide>
<ion-slide style="background-color: green">
<h2>Slide 2</h2>
</ion-slide>
<ion-slide style="background-color: green">
<h2>Slide 3</h2>
</ion-slide>
<ion-slide style="background-color: green">
<h2>Slide 4</h2>
</ion-slide>
謝謝加布裏埃爾,它工作! –
@JosePabloBrotons不用客氣:D別忘了接受我的回答是正確的。 –