| | |
| | | <!--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> |