15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
<!--pages/demo2/picture/picture.wxml-->
|
|
<swiper indicator-color="white" indicator-active-color="#ff4c91" indicator-dots="aotuplay" interval="3500" duration="1000" circular vertical>
|
|
<swiper-item>
|
|
<image src="/images/demo2/timg1.jpg" />
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<image src="/images/demo2/timg2.jpg" />
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<image src="/images/demo2/timg3.jpg" />
|
|
</swiper-item>
|
|
<swiper-item>
|
|
<image src="/images/demo2/timg4.jpg" />
|
|
</swiper-item>
|
|
</swiper> |