| | |
| | | <!--component/mygallery/mygallery.wxml--> |
| | | <page-container show="{{show}}"> |
| | | <view class="fyui-gallery {{show ? 'fyui-gallery_show' : ''}} {{extClass}}"> |
| | | <view class="fyui-gallery {{show ? 'fyui-gallery_show' : ''}} {{extClass}} {{safeBottom ? 'safe-bottom' : ''}}"> |
| | | <t-icon wx:if="{{showRemark}}" class="fyui-gallery__close" name="close" color="white" size="26" bindtap="hideGallery"></t-icon> |
| | | <view class="fyui-gallery__info" wx:if="{{true}}">{{current+1}} / {{currentImgs.length}}</view> |
| | | <swiper class="fyui-gallery__img__wrp" bindtap="toggle" indicator-dots="{{false}}" bindanimationfinish="change" current="{{current}}" autoplay="{{false}}" duration="{{500}}"> |