forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-09 4edccb5c4268698889887edcee9228db2c9f0a61
SunshineLnsMinApp/pages/zhdtInfo/zhdtInfo.wxml
@@ -1,8 +1,8 @@
<!--pages/zhdtInfo/zhdtInfo.wxml-->
<swiper class="screen-swiper square-dot" indicator-dots="true" circular="true" autoplay="true" interval="5000" duration="500">
<swiper wx:if="{{data.attList.length > 0}}" class="screen-swiper square-dot" indicator-dots="true" circular="true" autoplay="true" interval="5000" duration="500">
   <swiper-item wx:for="{{data.attList}}" wx:key>
      <image src="{{item.url}}" mode="aspectFill"></image>
      <image src="{{item.path}}" mode="aspectFill"></image>
      <!-- <video src="{{item.url}}" autoplay loop muted show-play-btn="{{false}}" controls="{{false}}" objectFit="cover" wx:if="{{item.type=='video'}}"></video> -->
   </swiper-item>
</swiper>