You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
446 B
15 lines
446 B
7 months ago
|
<!--pages/picture/picture.wxml-->
|
||
|
<swiper indicator-color="white" indicator-active-color="#ff4c91" indicator-dotsautoplay interval="3500" duration="1000" vertical circular>
|
||
|
<swiper-item>
|
||
|
<image src="/images/timg1.jpg"/>
|
||
|
</swiper-item>
|
||
|
<swiper-item>
|
||
|
<image src="/images/timg2.jpg"/>
|
||
|
</swiper-item>
|
||
|
<swiper-item>
|
||
|
<image src="/images/timg3.jpg"/>
|
||
|
</swiper-item>
|
||
|
<swiper-item>
|
||
|
<image src="/images/timg4.jpg"/>
|
||
|
</swiper-item>
|
||
|
</swiper>
|