위 챗 애플 릿 이 라운드 맵 효 과 를 실현 하 다.

위 챗 애플 릿 은 라운드 맵 과 웹 사이트,앱 의 효과 가 많 지 않 고 코드 가 적 으 며 효율 이 높다.
먼저 효과 도 를 살 펴 보 자.

주로 swiper+swiper-item 으로 이 루어 집 니 다.

 <view class='swiper'>      </view>

<!--
 indicator-dots='true'            false
 indicator-color:     
 indicator-active-color:        
 autoplay:         :false
 interval:        
 duration:      
 vertical       ,    false
 -->

<swiper indicator-dots='true' indicator-color='gray' indicator-active-color='green' autoplay='true' interval='5000' duration='500'>
 <block wx:for="{{imgUrl}}">
  <swiper-item class="item_image">
   <image src='{{item}}' class='swiper_image' mode="aspectFill"></image>
  </swiper-item>
 </block>

</swiper>

간단 한 작은 사례,라운드 맵,코드 가 간결 하고 기능 이 강하 다.
원본 클릭다운로드 하 다.
이상 이 바로 본 고의 모든 내용 입 니 다.여러분 의 학습 에 도움 이 되 고 저 희 를 많이 응원 해 주 셨 으 면 좋 겠 습 니 다.

좋은 웹페이지 즐겨찾기